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.

AWR2243: AWR2243从芯片上电超时报错

Part Number: AWR2243


================= mmWaveLink Example Application ====================

INFO: Registered Async event handler with TDA

Device map 32 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 32 : CAPTURE_RESPONSE_VERSION_INFO Async event recieved with status 0. TDA Version : REL_VISION_SDK_03_07_01_00 Aug  5 2019 15:04:45

Device map 32 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 1 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

INFO: Connection to TDA successful!

Device map 1 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 1 : SOP 4 mode successful

Device map 1 : Device reset successful

Device map 1 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 1 : MSS Power Up Async event

PowerUp Time = 1720672, PowerUp Status 1 = 0x40, PowerUp Status 2 = 0x0, BootTestStatus 1 = 0x0, BootTestStatus 2 = 0x0

Device map 1 : mmWave Device Power on success

==========================Firmware Download==========================

Device map 1 : Meta Image download started

Device map 1 : Download in Progress: 0%..2%..5%..8%..11%..14%..17%..20%..23%..26%..29%..32%..35%..38%..41%..44%..47%..50%..52%..55%..58%..61%..64%..67%..70%..73%..76%..79%..82%..85%..88%..91%..94%..97%..Done!

Device map 1 : Meta Image download complete ret = 0

Device map 1 : Firmware update successful

=====================================================================

Device map 1 : CRC Type set for MasterSS success

Device map 1 : BSS Power Up Async event

Device map 1 : RF Version [ 2. 2. 0.13]
Device map 1 : MSS version [ 2.  2. 1.  7]
Device map 1 : mmWaveLink version [ 2. 2. 3. 1]

Device map 1 : RF Patch Version [ 2. 2. 3. 3]
Device map 1 : MSS Patch version [ 2. 2. 2. 0]

Device map 1 : Radar/RF subsystem Power up successful

======================Basic/Static Configuration======================

Device map 1 : Calling rlSetChannelConfig With [15]Rx and [7]Tx Channel Enabled

Device map 1 : Channel Configuration success

Device map 2 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 2 : SOP 4 mode successful

Device map 2 : Device reset successful

Device map 2 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 2 : mmWave Device Power on failed with error -8

Device map 4 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 4 : SOP 4 mode successful

Device map 4 : Device reset successful

Device map 4 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 4 : mmWave Device Power on failed with error -8

Device map 8 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 8 : SOP 4 mode successful

Device map 8 : Device reset successful

Device map 8 : CAPTURE_RESPONSE_ACK Async event recieved with status 0

Device map 8 : mmWave Device Power on failed with error -8

你好,我们使用DFP中的文件和mmWaveStudio中的mmwl_port_ethernet.c一起编译生成了exe文件,连接2243后运行有以上报错,从芯片上电超时,直接运行DFP中自带的exe不会有这个错误,这是为什么呢?

  • 你好,

    请问你的意思是使用mmwave_dfp_02_02_03_01\ti\example\mmWaveLink_Cascade_Example里的exe可以在4片级联板上运行。但是你修改代码后出现了上面从芯片power on失败的错误?

    如果是,默认demo运行都会生成trace文件,你能否对比一下,看是否能找到失败原因?

  • 你好,

    谢谢回复,是我们在Clion中重新编译了DFP工程生成了新的exe,但是运行时有以上错误,不过目前已经解决啦,我们将mmwavelink.h中的参数RL_CASCADE_NUM_DEVICES从默认的1改成4后就可以正常运行了。