(sbl = serial boot loader).
Hi,
I am trying to implement sbl using the sbl guide from ti wiki. So far here is what working:
1. Created my program image.
2. Programing the SBL app (from the sdk/util/sbl/app)
3. Programing via COM and SBL demo tool.
my application is running great, no problems with the usb cable or any thing.
Next step is to start the SBL from my application.
I am calling appForceBoot when button is pressed, and the system is resetting on every call. and does not entering sbl (cant program the image).
How can I enter SBL within my app?
Thanks.