Other Parts Discussed in Thread: C2000WARE, HALCOGEN
Hi, I want to design a flash bootloader for TMS320F28335 which will work different than BOOTRAM application example.
I will write a piece of code which will run at every power-up and scans any update request from desired comm port for a while
and if there is, update sequence will start otherwise, calls app from flash.
So, I want to seperate flash sectors for my bootloader and app code and also
specifiy vector handler and flash area for both of blooader and app.
I am really getting confused while reviewing linker file. Can you show me any example of where should I modify ?