Other Parts Discussed in Thread: DCA1000EVM,
Tool/software:
Hi experts,
I have an issue with the raw data capture using AWR2243-2X-CAS-EVM + DCA1000EVM.
Following the steps outlined in https://dev.ti.com/tirex/explore/node?node=A__AEIJm0rwIeU.2P1OBWwlaA__radar_toolbox__1AslXXD__LATEST, I can successfully connect the target of R5_0 and DSP in the CCS, CPU reset, load the binary files built by myself, and resum them both, getting the following messages from the CCS console:
[Cortex_R5_0] PMIC register 0x01: 0x8E.
PMIC register 0x0A configured to 0x33.
Debug: mmWave Control Initialization was successful
Debug: mmWave Control Synchronization was successful
Debug: CLI is operational
Meanwhile, I can also get the message "Start Record command : Success" in the command line from DCA1000EVM. From what I understand, I should first start the DCA1000EVM recording, and once I see this message, I should then resume the R5_0 core in CCS.
However, when I resumed the R5_0, nothing happened, apart from the message listed above from CCS for the first time of running.
And after a few seconds, I got the error message from DCA1000EVM, saying that "No LVDS data" and "No Header", which indicate that no UDP data was received.
I believe this is because the AWR2243-2X-CAS-EVM was not properly triggered. I’m still new to CCS, as I previously worked mainly with mmWave Studio. Did I miss a step in CCS? Is simply resuming the R5_0 core the correct way to start execution of the radar application?
Thank you so much for your help.