This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR2944EVM: 按照SOP代码加载报错

Part Number: AWR2944EVM
Other Parts Discussed in Thread: UNIFLASH

Hi TI expert:

按照AWR294x MCU+ SDK: EVM Setup进行EVM的设置,我首先把跳线帽设置成了UART BOOT mode并按照SOP烧录了image

C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mcu_plus_sdk_awr294x_08_04_00_22\tools\boot>python uart_uniflash.py -p COM8 --cfg=sbl_prebuilt/awr294x-evm/default_sbl_null.cfg

Parsing config file ...
Parsing config file ... SUCCESS. Found 3 command(s) !!!

Executing command 1 of 3 ...
Found flash writer ... sending sbl_prebuilt/awr294x-evm/sbl_uart_uniflash.release.tiimage
Sending sbl_prebuilt/awr294x-evm/sbl_uart_uniflash.release.tiimage: 0%| | 0/58150 [00:00<?, ?bytes/s][ERROR] Serial port [COM8] not found or not accessible !!!

C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mcu_plus_sdk_awr294x_08_04_00_22\tools\boot>python uart_uniflash.py -p COM8 --cfg=sbl_prebuilt/awr294x-evm/default_sbl_null.cfg

Parsing config file ...
Parsing config file ... SUCCESS. Found 3 command(s) !!!

Executing command 1 of 3 ...
Found flash writer ... sending sbl_prebuilt/awr294x-evm/sbl_uart_uniflash.release.tiimage
Sent flashwriter sbl_prebuilt/awr294x-evm/sbl_uart_uniflash.release.tiimage of size 58150 bytes in 7.52s.

Executing command 2 of 3 ...
Command arguments : --file=sbl_prebuilt/awr294x-evm/sbl_qspi.release.tiimage --operation=flash --flash-offset=0x0
Sent sbl_prebuilt/awr294x-evm/sbl_qspi.release.tiimage of size 60622 bytes in 8.97s.
[STATUS] SUCCESS !!!

Executing command 3 of 3 ...
Command arguments : --file=../../examples/drivers/boot/sbl_multicore_app/awr294x-evm/system_nortos/sbl_multicore_app_system.release.appimage_qspi --operation=flash --flash-offset=0xA0000
Sent ../../examples/drivers/boot/sbl_multicore_app/awr294x-evm/system_nortos/sbl_multicore_app_system.release.appimage_qspi of size 316946 bytes in 31.36s.
[STATUS] SUCCESS !!!

All commands from config file are executed !!!

然后就导入hello_world_awr294x-evm_r5fss0-0_freertos_ti-arm-clang在CCS中编译,然后直接进debug模式,但是报错了

Error connecting to the target:
(Error -1170 @ 0x0)
Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 9.9.0.00040)

在SDK文档中也没有搜到类似错误解释,还请帮忙指导一下