Hello everybody,
I work on application with TMS320F28016. In TMS320F28016 should implemented two programs. The one boot program and second control program.
I have problem with space of memory TMS320F28016, maximal lenght of flash memory is 0x3FF8. My boot program has lenght 0x1200 and control program has lenght cca 0x2a00. I need one out of four sector to divide on two parts for erasing and programing.
Is it possible to erase only part of sector of memory DSP?
Is it possible to set borders of sector for erase function?
If yes, could you advise me, how to do it?
I reviewed API functions for TMS320F28016,mainly the function Flash_Erase(sector_mask, &erase_status), but this function is able to erase only entire sectors.
Thanks for advise.