Hello,
I am in the process of developing a custom bootloader which will read the application file for TMS320f28335 via CAN message and store in FLASH memory location B to H of TMS processor.
Bootloader code is stored in and run from Flash A and main application software which needs to be loaded via bootloader will be stored in Flash memory location B to H, right now in the code I read the data in the form of CAN message and flash to memory location starting from FLASH B using Flash_Program() API but this scenario is not working accurately.
Is it possible that while running bootloader code in Flash A other flash memories i.e. Flash B to H can be written using this API?
Thanks,
Ajay