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.

Example of application switching to CAN boot mode to do field upgrades



Here is what we want to do to do field upgrades of our firmware without having the code to do it resident on the device.

Our application starts from flash. First thing it does is check a GPIO. If low, go into CAN Boot mode. Transfer an application that will run from RAM. This application will load a new image into flash. Set the GPIO high. Cycle power and have the device run our application.

Any suggestions?