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)