This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

cmsis_pflash

Overview

The CMSIS pflash example shows how to use CMSIS flash driver to operate program flash:

Running the demo

When the example runs successfully, you can see the similar information from the terminal as below.

PFLASH CMSIS example Start PFlash Information: Total Program Flash Size: xx KB, Hex: (xx) Program Flash Sector Size: xx KB, hex: (xx) Erase a sector of flash Successfully Erased Sector xx -> xx Program a buffer to a sector of flash Successfully Programmed and Verified Location xx -> xx

End of PFLASH CMSIS example