Other Parts Discussed in Thread: CC3100
Hi,
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,
Hi Charles,
Thanks for your answer.
What I am going to do is to have two codes in memory: one for the application and one for the boot loader. The first code will be called by default and when I want to update the application code, I will change the boot address so as to ask the MCU to boot from this address. Then the boot code will read from the external flash to the on-chip flash.
Now, I will check how to do so, that is how to request the MCU to boot from another address rather than 0x0, and as soon as it works, I will write it here.
I have already found some interesting links, but any hint will be welcomed:
https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/348349/1237978
https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/349462
Thanks