你好
在IWR1642的板子上运行people counting的demo时,使用GUI显示的话,在GUI界面上没有显示但是板子是正常的(板子会响)。在使用mmwave demo visualizer时,点击'SEND CONFIG TO MMWAVE DEVICE'后界面右侧会出现
这个帖子是使用了1.2.0的SDK。我需要使用2.0.0.4的SDK。当我往板子里烧C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0011-pplcount\lab0011_pplcount_quickstart中的xwr16xx_pcount_lab.bin文件时在gui中是正常显示的(虽然在mmwave demo visualizer中还是不显示)但是在ccs debug模式下时,往板子里烧了C:\ti\mmwave_sdk_02_00_00_04\packages\ti\utils\ccsdebug中的xwr16xx_ccsdebug.bin,使用gui上位机时板子会正常的发出嘀嘀声,但是界面上不显示,但是会存下数据(matlab中有)。而在mmwave demo visualizer中运行时,板子没有任何反应,而且界面左边上会显示下图,右边会显示上面第一次提问的情况。
我感觉整个过程的操作是没有问题的,而且我也没有修改任何参数和配置。只是在编译dss的时候出现了几个警告:
"../dss_mmw_linker.cmd", line 40: warning #10068-D: no matching section
"../dss_mmw_linker.cmd", line 55: warning #10068-D: no matching section
warning #10370-D: Possible codesize or performance degradation. Section ".text:RADARDEMO_rangeProc_run:RADARDEMO_rangeProc.oe674" has calls to rts routines, but rts is placed out of range from call site at 0xe00608, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:RADARDEMO_rangeProc_run:RADARDEMO_rangeProc.oe674" has calls to rts routines, but rts is placed out of range from call site at 0xe003a0, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x20005964, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x20005860, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
我不知道最后出不来点云图像是不是由于这个警告导致的。如果不是的话会是什么原因呢?我已经使用了几个版本的SDK和toolbox都不行。感谢回答。