Hi,
I have a board with the AWR1843AOP running the mmWave SDK with the default SBL (plus a few modifications to use the CAN interface).
When I update the firmware in the SBL, the device freezes at some point after calling SOC_softReset and before reaching the main function of the MSS, requiring a power cycle.
I have experimented a bit and can easily recreate the issue by simply calling QSPIFlash_sectorErase and then SOC_softReset (or a warm reset) in the SBL. I tried performing an erase at the same memory location from the application code before resetting and have had no issues.
I found this thread about a very similar issue on the 6843, but it hasn't been much help. I checked the interrupt registers for the QSPI and MCAN cores and both are clear of any pending interrupts. The only thing in the errata for the AWR1843AOP that seems related is MSS#45. However, waiting on QSPI_isBusy doesn't make a difference.
Because this issue is occurring during a reset, I'm having a hard time debugging it.
Is this a known issue, or could you provide some information on how I could further debug this?