Other Parts Discussed in Thread: IWR1642
Tool/software: Code Composer Studio
Hi,
I am having difficulties to successfully upload all the example cfg files provided on CCS resource explorer. More specifically, the sensor stops sending data when trying to upload any one of the following cfg files:
- RobotApplications
- Traffic monitor (mid range)
- Traffic monitor (long range)
- Elevator
I also tried loading the cfg files using the ros node mmWaveQuickConfig, which failed in the same cases. For further debugging, I removed the flushCfg command and added stopSensor before each CLI command and a startSensor after each command to check where the cfg. is causing problems. In the cases of RobotApplications and Traffic Monitoring, the sensor didn't respond with Done when loading the frameCfg statement. The remaining configuration files (Traffic monitor long range and Elevator) caused problems when trying to upload the guiMonitor and channelCfg CLI commands.
Is the upload procedure supposed to work when the token 3 of frameCfg is not a power of 2 as in some example cfg files? Are there any settings on the EVM side or computer side to make these examples load successfully? Also, are the relations between CLI tokens and constraints for these documented somewhere?
Thanks in advance for your help.