Hi All,
I am referring to AN12327 for Firmware update using the secondary bootloader.
In the startup file modifications which are mentioned "image header structure" needs to be added at the end of the vector table. I can see that the process and code are mentioned for iar and Keil but not for mcuxpresso ide. Can someone please help me to add the "Image header structure" after IVT for mcuxpresso ide
Hello, my name is Pavel, and I will be supporting your case, are you referencing Table 2 Image header structure?
Best regards,
Pavel
Hi Pavel,
yes, i am referring to Table 2 Image header structure.
and also the startup code modification, which mention
"Put the image header at the end of vector table"
as shown in the below image.
Hello, I confirmed with my team and the modification needs to be done as is mentioned in the AN.
Best regards,
Pavel
@Pavel_Hernandez can you please share how and where the function blHeader is defined.