Other Parts Discussed in Thread: AWR1642
Tool/software: Code Composer Studio
Hi, I am trying to run a SRR demo through code composer studio and then run the visualizer however I get the following errors in the console output in code composer studio:
Error: Unable to configure the profile 0 [Error 38]
Error: Please ensure that the XXXCfg CLI command is invoked before starting the sensor
(After running the visualization application again):
Error: MMWDemoMSS mmWave open configuration failed [Error code -203227134]
Error: Please ensure that the XXXCfg CLI command is invoked before starting the sensor
Error: MMWDemoMSS mmWave open configuration failed [Error code -203227134]
Error: Please ensure that the XXXCfg CLI command is invoked before starting the sensor
Prior to this, I flashed the ccsdebug.bin file onto the awr1642 and built both the srrdemo_16xx_mss and srrdemo_16xx_dss files by following the instructions in the provided user guide for the srr automotive lab demo (i.e. creating the target configuration file, grouping the necessary cores). The output I got in the console after selecting and running "group 1" as indicated in the user guide was as follows:
[Cortex_R4_0] Debug: Launched the Initialization Task
[C674X_0] Heap L1 : size 16384 (0x4000), free 1216 (0x4c0)
Heap L3 : size 786432 (0xc0000), free 229376 (0x38000)
[Cortex_R4_0] Debug: Initialized the mmWave module
[C674X_0] Heap L2 : size 49152 (0xc000), free 20464 (0x4ff0)
[Cortex_R4_0] Debug: Synchronized the mmWave module
Debug: CLI is operational
Would you be able to point me in the right direction towards solving this issue?
Thank you