NVM Driver
This week I was working on flash erase, write and read. Previously I used the NVM driver to access the flash. The erase size for flash is fixed to a page, which varies based on the device. The write size, however, can vary between a row, a quad-word and a word, these information are available in the data sheet. [Reference] In the NVM library, the size of write operation is set to row by default. It is possible to change the size by Read more