Part Number: MSPM0L1228
I feel silly for asking because the answer must be obvious:
I am tasked with writing a migration guide for zephyr based ARM Firmware towards TI microcontrollers.
Do I need to erase a flash sector (1KB) before writing?
Our current controller from a different manufacturer requires a page (2KB) erase before writting random data.
The TI controller seams to allow write of random data without explictly erasing the memory first?
Can we during porting just disable the flash_erase calls?
www.ti.com/.../slau847e.pdf chapter 6 seams to be what I am looking for.