Hi TI team,
I am using CCS v12.6.0.00008 and SDK 5.4.0.1 on Windows 11. After modifying the SBL source code, using the modified SBL to flash the prebuilt binary "mmwave_demo.release.appimage" from the SDK, the SBL can successfully switch to the demo app, and the demo app can also start correctly. However, when using the prebuilt binary "mmwave_demo.DEBUG.appimage", the SBL gets stuck in the "Loop through all blocks" loop within the bootload_qspi function, and then the SBL stops functioning. The value of w_numBlocks is 141, and the SBL gets stuck at w_loopCount = 125. So, my questions are:
1. Can the SBL handle files larger than 250KB? If not, what is the maximum file size it can handle?
2. In which parts of the code and under what conditions is the value of sblObj.errorStatus modified?
Thanks,
Daniel