Tool/software:
We are in the process of developing DFU related functionality, and we need to use the flash program functionality in this process. There are a few questions about the flash program function:
1. some mcu's will suspend the cpu when executing the flash program (I guess it is because the bus to read the code instruction is occupied by the write flash operation), is the same logic for F280036?
2. if the bootloader code is located in sector 1~10 of bank0, and run by fetching instructions from flash. Is it possible to give a write flag to bank0's sector 12 flash program?
3. I noticed that some of the C2000 series chips have only one bank, is it possible to run the bootloader code by fetching instructions from the flash sector and the target address of the flash program not in the same sector?
Best regards