NVMCTRL_Basic_write_flash_page

Write a page in flash. No page erase is performed by this function.

nvmctrl_status_t NVMCTRL_Basic_write_flash_page(
    flash_adr_t flash_adr,
    uint8_t * data
)

Parameters

flash_adr

Type: flash_adr_t typedef

The byte-address of the flash page to write to. Must point to start-of-page.

data

Type: uint8_t *

The data to write to the flash page

Returns

Type: nvmctrl_status_t

Status of the operation