Hi,
I have created a custom bootloader which starts with the address 0x3000_0000 and we have created an application which starts from 0x3020_0000 to which I am including custom header of 64 Byte. So bootloader should jump to the address location of 0x3020_0040 where my application program will start. But the problem is, VTOR register is not updating with the address 0x3020_0040. Can't I keep my 64 Byte header to my application?
What is the issue here please help.
Hi @AldoG ,
I am using i.MXRT 1170-EVKB board. I am facing issue with adding a 64 Bytes of custom header for my application. The VTOR of my custom bootloader is not updating with the application start address which starts from 0x30200040.