Part Number: AWR2944EVM
Other Parts Discussed in Thread: UNIFLASH, AWR2944
Tool/software:
Recently I have been learning the SDK environment and I have build the source code for the AWR2944EVM though I didn't really change anything there yet. Now I tried to get the demo up and running with the online visualizer (and a custom .py script) but in both cases it doesn't work, as I get the following messages and all plots are dead:
mmwDemo:/>sensorStart
Debug: Init Calibration Status = 0xffe
Exception: ./mss/mss_main.c, line 2162.
I don't really understand where this is coming from, in my CCS session there seems to be nothing suspicious about this line, syntax etc. look good:
if (errCode < 0)
{
test_print("Error: ADCBuf config failed with error[%d]\n", errCode);
MmwDemo_debugAssert (0); //THIS IS LINE 2162
}
Previously I did connect to my AWR2944EVM with the debugger but upon flashing new images with uniflash I don't think that any debugging flags can be left. Speaking of Uniflash I have flashed these 2 images:
- SBL image: "C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mmwave_mcuplus_sdk_04_07_00_01\tools\awr294x\sbl_qspi.release.tiimage"
- App image: "C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mmwave_mcuplus_sdk_04_07_00_01\ti\demo\awr294x\mmw\awr2944_mmw_demoTDM.appimage"
All help with resolving this issue is appreciated!
Best,
Mark

EDIT: I have re-flashed the images to the AWR from an SDK backup, now it works as expected, but the questions remains as it is something that I should probably understand for future development.
