Hi, is it possible to detect that PC software (e.g. C2Prog) is trying to flash software while application code is running, and then jump to the serial boot routine?
I suppose the following information is necessary, please provide it and other useful information:
- Handshake protocol between PC and target in serial boot mode (I have read the boot ROM reference guide, for me it seems like PC sends A's as "ping" until target responds, using the auto-baud-detection. I guess the running program must configure the SCI-A to use the same baud rate as C2Prog starts with.)
- Location of SCI_Boot()
- Must InitBoot be used in order to jump to the program that has been "bootloaded"?