Hi,
I'm moving my Software on Hardware K64 (MK64FN1M0_VLQ12) from KSDK 2.0 to KSDK 2.4.2,
We use the one time programmable memory to save MAC and Serialnumber,
Using KSDK 2.0 "fsl_flash.c":
status_t FLASH_ProgramOnce(flash_config_t *config, uint32_t index, uint32_t *src, uint32_t lengthInBytes);
status_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint32_t *dst, uint32_t lengthInBytes);
In KSDK 2.4:
In documentation are both functions mentioned. But "fsl_flash.c" is not included in package 2.4
And "flash.h" is empty....
Can anyone explain this??
Best regards
Manfred