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.

AWR2944: Boot occasionally fails to load

Part Number: AWR2944

Background: The version of SDK we use is mmwave_mcuplus_sdk_04_02_00_03

In order to reduce the time it takes for Boot to load, we refer to this post in the forum: e2e.ti.com/.../awr2944-slow-sbl-qspi-boot-time, the SOC_rcmWaitBSSBootComplete function has been moved, but when the boot loads the app, it will occasionally get stuck in the SOC_rcmWaitBSSBootComplete function. According to the log data, it is because The bssStatus value is always 7 and cannot exit the loop. How can I solve this problem?

(bssStatus is 7 means BSS powerup did not succeed)