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.
按照手册上的调试步骤,先将3D people counting例程的prebuilt binaries文件用uniflash烧进板子,然后CCS导入工程,加载配置文件→连接R4F和C674X→加载文件→运行
先是发现给R4F加载文件后出现以下问题:
{module#43}: line 209: error {id:0x1b0000, args:[0x1c7c8, 0x210c9]}
xdc.runtime.Error.raise: terminating execution
运行后,dss_main中始终处于Pcount3DDemo_sleep:
请问这个问题要如何解决?
先将3D people counting例程的prebuilt binaries文件用uniflash烧进板子
用ccs调试的话,烧写的是xwr68xx_ccsdebug.bin文件,请看下面的网站说明。
https://dev.ti.com/tirex/explore/node?a=VLyFKFf__4.12.1&node=A__AKZl2I1OiS5ssBNGpidsCQ__com.ti.mmwave_industrial_toolbox__VLyFKFf__4.12.1
烧写的不是xwr68xx_ccsdebug.bin文件,也能用ccs调试?
请先按照C:\ti\mmwave_sdk_03_05_00_04\docs\mmwave_sdk_user_guide.pdf的3. 2. 2. CCS development mode 步骤看是否能调试mmw demo?
改用xwr68xx_ccsdebug.bin文件,这个样子就是成功运行了吧?
mmw demo成功的话,会跟脱机运行时的结果一致,请参考C:\ti\mmwave_industrial_toolbox_4_12_0\labs\Out_Of_Box_Demo\doc\Out_Of_Box_Demo_User_Guide.html文档里mmWave Demo Visualizer GUI显示的结果。