9 years, 4 months ago.

FRDM-K64F is lack of flash driver(erase/program) and We can not use the flash memory.

I know that the OpenSDA on FRDM-K64F board is ok, since the OpenSDA module can let us upgrade flash freely, so freescale has the right K64F flash operation API intergrated in that OpenSDA. Which version of KSDK and how to get it? I want the Freescale official FRDM-K64F flash erase/verify/program driver,my K64F project need that,thanks.

Question relating to:

The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64, K63, and K24 MCUs.

2 Answers

9 years, 3 months ago.

The flash programming driver from KSDK isn't included in the mbed SDK right now. If you want to use the KSDK flash drivers you'll need to grab those from a KSDK release for the time being.

9 years, 3 months ago.

In addition to ksdk, if you need an advanced features like this you could consider using an rtos like Freescale MQX. I'm sure eventually mbedOS will have these drivers as well.