3.11 Read and Write Operation in Flash
Last updated
Was this helpful?
Last updated
Was this helpful?
Driver supports reading from and writing to flash region in the address range 0 to 63487.
The SAMD51 function for writing to flash region is and for reading from flash region is .
For writing in to flash region, user need to provide the address to which the data has to be written as well as the data to be written in to flash region.
For reading from flash region, user need to provide the address from where the data has to be read as well as the address of the buffer to store the value read from the provided address.