Tool/software:
Hi,
I am using MSPM0G3507 launchpad for development.I came across the example codes related to Flash.
I have implemented a basic driver for Flash write:
1. Read the whole sector.
2. Modify the bytes
3. Erase the sector
4. Update the Sector
This is the sequence I am using. I will share the code snippet. It is working also.
But I think it is not optimized. If I want to just modify one byte any other method?