Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG
Hi experts,
I'm facing a problem that the program is stuck in Sciclient_waitForBootNotification and the mcu is AM2432.
Before this,I had flashed 2 tiimage files successfully to my board via USB2.0 DFU in DFU BOOT MODE and the 2 files is sbl_dfu_uniflash.release.tiimage and sbl_ospi.debug.hs_fs.tiimage.
After that,I have set the board in OSPI BOOT MODE.
Because the flash my board uses is not S25HL512TFAMHI010 (that AM243x-LP uses) and its driver is not completed currently,so I want to debug the board to pefect drive code.
However,when I clicked the"load program ..." button and resume the code,I found it stuck in Sciclient_waitForBootNotification.
what's wrong with these steps or what operations I ignored?
Please tell me,thank you.