5 years, 3 months ago.

How to program FRDM K64f using mbed compiler

failing to execute the program

1 Answer

5 years, 3 months ago.

Hi Roopa,

Here https://os.mbed.com/platforms/FRDM-K64F/#open-existing-project are instructions for importing mbed example and downloading bin file.

The most convenient way for downloading bin file is using drag-n-drop like the documentation mentioned.

If you would like to use mbed compiler to flash the program, you can use "-f"

mbed compile with flash

mbed compile -f -t ARM -m K64F

Thanks,

- Desmond, team Mbed