Hardware requirements
Micro USB cable
FRDM-KE15Z board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a USB cable between the PC host and the OpenSDA USB port on the board.
Open a serial terminal with these settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
Either press the reset button on your board or launch the debugger in your IDE to begin running the example.
Running the demo
When the example runs successfully, the following message is displayed in the terminal
FlexNVM EEprom Example Start
Flash is UNSECURE!
There is no available EEprom (FlexNVM) on this Device by default.
Example is trying to configure FlexNVM block as EEprom.
Perform a system reset
FlexNVM EEprom Example Start
Flash is UNSECURE!
EEprom Information:
EEprom Base Address: 262144 KB, Hex: (0x10000000)
EEprom Total Size: 1 KB, Hex: (0x400)
Program a buffer to a sector of EEprom
Successfully Programmed Location 0x14000000 -> 0x14000010
End of FlexNVM EEprom Example