This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR2944EVM: Errors while building and debugging project using the AWR2944EVM

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2944

Hello everyone,

I am working on the new AWR2944EVM board and I started by working on the latest version of the radar_toolbox 1_10_00_13, Out_Of_Box_Demo, and the latest version of the SDK: mmwave_mcuplus_sdk_04_04_00_01
After importing the demo in the code composer studio 12.3.0 I got building errors in the dss and mss and after some time I managed to solve errors in dss but I still have these building errors in the mss project : 



Concerning the warning: Invalid project path: Include path not found (C:\ti\mmwave_mcuplus_sdk_04_04_00_01\mmwave_dfp_02_04_05_00). In the SDK I don't even have that version of the dfp file:



After that I tried with the previous version of the SDK mmwave_mcuplus_sdk_04_03_00_01 and the previous version of toolbox: radar_toolbox_1_00_01_07, in that case, I got no building errors but after debugging the out_of_box demo and loading the cfg file using the mmWave_Demo_Visualizer/ver/4.4.0/ it gets stuck here in the code composer console : 


and in the visualizer, it shows an error message indicating that the cfg file has errors ( note that loading that same cfg file without entering debug mode works fine and the visualizer shows detected objects) [ this is the cfg file : profile_3d_3Azim_1ElevTx.cfg in C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\demo\awr294x\mmw\profiles\tdm_awr2944 ] 
I tried flashing the 2944EVM with the out_of_box_2944.appimage ( generated after building the project) using the Python script mentioned in the SDK ( C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mcu_plus_sdk_awr294x_08_04_00_22\tools\boot\default_sbl_qspi.cfg) but it doesn't work ( it doesn't jump to the application after finishing with the bootloader steps after switching back to functional mode 1 0 0  in SOP):



so I tried flashing the EVM with the : awr2944_mmw_demoTDM.appimage existing in the mmwave_mcuplus_sdk_04_03_00_01 and it doesn't work as well:, but when I flash the same image but from the latest SDK version mmwave_mcuplus_sdk_04_04_00_01 this image works fine:



So any help on how to solve this issue trying to work with the Out of Box demo? ( building errors with the latest SDK version and debugging problems with the previous versions) 

Thank you,