Tool/software:
Hello everyone,
I have some miss points about developing custom bootloader for TMS570LS3137 MCU. When I look at the relevant documents I saw that reset handler is started from 0x00000000. Also, I saw that vector table adress is located in the system module (address is 0xFFF82000).
I will have two different software, one of them is my bootloader software another is my application.I will load them to different flash regions by editting linker file (I will reside bootloader software in starting from 0x0000000 adress). As far as I see, vector table adress will be same for both software even though both software are located in the different regions on flash. Is it correct?
Also, I have one more question about reset handler. As I said above, _c_int00(reset handler) is stored in the beginning of flash memory(0x00000000). However, I will have application software and its region to be loaded wil be different. For this situation, where will be located reset handler or _c_int00 function for app software?
Thank you for your responses in advance!

