Other Parts Discussed in Thread: C2000WARE, UNIFLASH
Hello Team,
We are planning to develop secondary bootloader in our project on TMS320F28075. But i am new to bootloader concept.So can anyone please help in below comments.
1.How to load two project files that is secondary bootloader and application file in one flash.
2. As main bootloader will jump to secondary bootoader(Sector A of flash) after bootup and then from secondary bootloader to main application(Rest of the flash except Sector A) jump is required. In this scenario which files of main application need to be modified like makefile, linker files etc to fit it in to remaining flash.
3. How to load bin file (chunks of data) in external flash memory.
Please suggest.