Tool/software:
I am testing SBL eMMC on AM6411 custom board.
SBL eMMC works good when the board boots.
But, when I debug SBL eMMC with CCS 12.7, it hangs at Bootloader_socWaitForFWBoot.
When I skip Bootloader_socWaitForFWBoot, the SBL hangs at API related to system firmware.
I doubt system firmware is working fine.
Because the board works good at normal boot, I think system firmware is installed well.
So, I guess my debugging method is wrong.
When I debug, I click the SBL project and then debug icon.
Then, the debugger stops at the main function.
Is there anything that I should do when the SBL is debugged?