Hi,
I am using TM4C123 MCU and would like to build remote firmawre upgrade feature. The process will be as below.
The memory will be divided into 2 blocks. Application 1 will reside between 0x00000000 to 0x00001FFFF and the Application 2 will reside between 0x00020000 to 0x0003FFFF.
Now how do I write the vector offset register so that I will switch to Application 1 or application 2?
Is there any method by which I can switch My vectors to the specified location?
Sincerely,
Shenoy