Hi,
I want to use FlexNVM EEPROM functionality of KW36 & I'm trying the example in SDK "FlexNVM_EEPROM" for testing. However, the example does not seem to run on the go & I'm getting following error on debug -
There is no available EEprom (FlexNVM) on this Device by default.
I have not made any changes in the example code. I found that error is observed for flash_command_sequence function & further in that after following call is executed, I am getting flash access error.
callFlashRunCommand((FTFx_REG8_ACCESS_TYPE)(&FTFx->FSTAT));
Can you please help me with this issue.
Some relevant information :
- I am testing on freedom board FRDM KW36
- MCUxpresso IDE 11.2.1
- SDK version 2.2.6
Thanks in advance,
Abhijeet