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 updating 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 on board) by pulling this J2 pin with my host MCU. After building the project in CCS I flashed it using CCS as well but I was not getting the radar data on uart of my host MCU. But to my surprise when I flashed the same image using visualizer(from MM_WAVE_L_SDK_05_05_03_00 tools > web page) I started getting the data. 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 with the visualizer same as previous and again I started receiving data after each 5 minutes by driving the SYNCIN_IO once in 5 minutes. My queries are as following.
1. Why flash with CCS IDE does not work same as it works after flashing with visualizer dashboard webpage's flash utility.
2. 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.
3. 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.