Tool/software:
Hello,
I am using TI\simplelink_lowpower_lowpower_f3_sdk_8_30_00_11_ea_examples\rtos\LP_EM_CC2745R10_Q1\ble5stack\basic_ble.
If the power is turned off while erasing a sector of flash memory, what will happen to the sector that was in the process of being erased?
I am assuming the following.
- The sector is erased from the first address of the sector, and is filled with 0xFF in order from the top, and the data before erasure remains thereafter.
If the power is turned off while the flash memory is being written, what will happen to the sector that was in the middle of being written?
I am assuming the following.
- The data is written from the first address of the sector to be written, and the data after that is filled with 0xFF.