Tool/software: Code Composer Studio
Hi all,
I have merged the AM437x Industrial Development Kit example for QSPI flashing (..\starterware\examples\qspi\flash_writer)
into my IDK AM437x based project an its working fine when loading the code by CCS and executing directly.
The FATFS is part of the setup, supporting an SD card to provide an (optional) application update.
But after flashing the project, I have a deadlock within QSPIUtilsQuadEnable() during start.
Forcing a return after '/* Read Status register */' routine (= skip the writing of the enable bit),
it seems that there is the problem. Do I need to skip writing if enable bit is already set?
Most likely one of the while loops is not returning (TIRTOS not started at this time).
Best Regards,
Thomas