Hi,
I'm using TM4C129NCPDT. I would like to implement boot loader to have field upgrade. I want to have two copies of firmware in flash. Flash mirror mode looks helpful feature to me. But I have few queries
1. As there are two images of firmware in flash and the booting from specific image will happen at run time. The physical addresses of these images will be different. Do I need to build two different images as per different locations (considering some offset)?
2. From the explanation of the flash mirror mode, I need to have two boot loader one for each image. Will these boot loader need to do addresses relocation or will it be taken care by micro itself based on some register setting?
Thanks,
Abhay