This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
Can I use asm(" LB 0x0008C000"); in custom Bootloader's ExitFunction to let program jumping from Bootloader to APP?
--
Thanks & Regards
Yale Li
Yale,
Yes, you can use to branch to new entry point.
asm(" LB 0x0008C000")
Regards, Santosh