Write a byte to flash.
nvmctrl_status_t NVMCTRL_Basic_write_flash_byte( flash_adr_t flash_adr, uint8_t * ram_buffer, uint8_t data )
Type: flash_adr_t typedef
The byte-address in flash to write to
A buffer in memory the size of a flash page, used as a scratchpad
Type: uint8_t
The byte to write
Type: nvmctrl_status_t
Status of the operation