Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
Hi Team, Currently I am working on IWRL6432AOPEVM board, I have configured the HCC ( configuration for radar sensor in the App image itself) with Quick Evaluation feature from sysConfig and updated the mmw_cli.c file. I have also configured the Power section in sysConfig to wake it up from deep sleep using SYNCIN_IO (J2 on board) by pulling this J2 pin with my host MCU. After building the project in CCS I flashed it using flash utility given at the SDK's visualizer dashboard, I started getting the data after each SYNCIN_IO toggle from my Host MCU. Everything seemed to be working until I did a power reboot. After Power reboot I was not getting the radar frame data although I was able to drive the J2 pin because the LED connected on the same pin was getting ON and OFF, I did the flashing again same as previous and again I started receiving data by driving the SYNCIN_IO once in 5 minutes. My queries are as following.
1. Why it does not work the same after power reboot and works fine after re flashing. Ideally I expect everything to work fine when all the config are the part of flashed app image and it's operation should not affect on power reboots.
2. Does the radar sensor send only one frame data after coming out of deep sleep or it keeps on sending until going to deep sleep again? If it sends only one frame after coming from LPDS what can be done to receive few more frame data?
Thank You.