Hi champs,
MSP430 executes code from flash, we can use certain size of flash(4KB, for example) to implement a flash based custom bootloader, this bootloader is able to erase and program application code flash space even it is executed from flash memory.
Regarding C2000 devices, we have to run firmware on RAM space if want to erase or program flash memory. If I use sector 0 of flash memory to implement a custom flash based bootloader, this bootloader is executed from flash memory and erase/program the reset of flash memory for application code, is it possible please?
Regards,
Luke