Other Parts Discussed in Thread: MMWAVEICBOOST
Tool/software:
Hello,
I imported radar_toolbox_2_30_00_12/source/ti/examples/Out_Of_Box_Demo/src/xwr6843AOP/out_of_box_6843_aop.projectspec
into my workspace in CCS 20.0.2.5__1.6.2 and followed the instructions in radar_toolbox_2_30_00_12/software_docs/Debugging_with_CCS_Theia.html
.
The debug session proceeds without issues until I send the sensorStart
CLI command, at which point the system crashes.
According to the debugger, the crash occurs at this specific location, but it still reports retVal = 0
.
I also tried flashing out_of_box_6843_aop.bin
while the EVM was mounted on MMWAVEICBOOST and ran it using the Demo Visualizer. However, I encountered an error when executing sensorStart
.
Interestingly, when I switched the EVM to standalone mode,(without re-flashing - i.e. using the same out_of_box_6843_aop.bin flashed via the MMWAVEICBOOST ), everything worked fine with the same configuration.
Summary:
- Crash occurs when executing
sensorStart
while mounted on MMWAVEICBOOST:- Debugging
out_of_box_6843_aop.xer4f
in CCS - Running
out_of_box_6843_aop.bin
with the Demo Visualizer
- Debugging
- Works fine when running
out_of_box_6843_aop.bin
with only the EVM