BertoldVdb / ms-tools

Program, library and reference designs to develop for MacroSilicon MS2106/MS2109/MS2130 chips.
MIT License
117 stars 10 forks source link

MS2130 flash sector erase #12

Closed msbroadf closed 11 months ago

msbroadf commented 12 months ago

Did you manage to determine the flash sector erase (i.e 4096bytes) command for the MS2130 flash? At the moment it seems to just be the 0xFE chip erase message.

BertoldVdb commented 11 months ago

No, it might not even be possible via the standard commands. Of course you can write directly to the SPI peripheral and send whatever you want that way.