Tool/software:
Hello,
I am trying to modify example motion_and_presence_detection_demo_xwrL64xx-aop_m4fss0-0_freertos_ti-arm-clang for IWRL6432AOPEVM board to make it run without Visualizer APP. I added some code to enable PWM outputs when an object is detected. PWM signal comes out on J1 header. I had to flip couple switches to make it work when ran PWM example only. However, the radar example does not run as a stand along. It runs only one cycle (acquires one frame) and then stops. The following messages show up in "CIO" tab at the bottom of CCS:
Cortex_M4_0: Failed to read!
Cortex_M4_0: Failed to read!
Cortex_M4_0: Failed to read!
Cortex_M4_0: Failed to read!
Cortex_M4_0: Failed to read!
Cortex_M4_0: Failed to read!
Cortex_M4_0: ASSERT: 0.563393s: ../power_management.c:powerManagementTask:401: 0 failed !!!
Then I remove all the code I added. I still get the same messages. So, the problem existed to begin with. Please help.
Alex