Other Parts Discussed in Thread: AWR1243
Hello Support team.
Customer started to evaluate AWR2243 device.
Previously, they evaluate AWR1243. But they think that there is a different b/w AWR2243 and AWR1243.
Currently, they are struggling to boot AWR2243.
The below is sample software for power on sequenc.
MMWL_powerOnMaster()
MMWL_firmwareDownload()
MMWL_SwapResetAndPowerOn() <= We believe that this is new for AWR2243.
MMWL_setDeviceCrcType()
MMWL_rfEnable()
Customer side, Firmware is stored in external Flash memory that is connected via QSPI.
Therefore, they do NOT use “MMWL_firmwareDownload()” which is downloaded firmware via SPI I/F.
BTW, Firmware vesion is “ti/mmwave_dfp_02_01_05_03/firmware/xwr22xx_metaImage.bin”.
After MMWL_powerOnMaster(), system in an endless loop in MMWL_SwapResetAndPowerOn().
In MMWL_SwapResetAndPowerOn(), AsyncEvent from Mss does not occur and the loop waiting for AsyncEvent cannot be exited.
I would like to get advice to solve this issue.
Br
KORO