I am using m25p40 flash memory with jn5148 MCU.In datasheet of this flash , it is written that:
Erase capability:
- Sector erase: 512Kb in 0.6 s (TYP)
- Bulk erase: 4Mb in 4.5 s (TYP)
I am facing problem in overwriting data stored in one page of sector. So , how can I erase one page, and write new data in that page? Is there any solution to erase one page of sector, without erasing other pages of same sector?