NXP FRDM-K64F can be flash using any flashing tool

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NXP FRDM-K64F can be flash using any flashing tool

955 Views
jiteshkamboj
Contributor I

I am using the FRDM-K64F board. Currently, I am flashing the board using IDE.

Is there any flashing tool also available for flashing?

My question also covers the use case of a large number of uC flashing scenario.

Board Sub Family is: MK64FN1MOV

0 Kudos
1 Reply

952 Views
ErichStyger
Senior Contributor V

Hi @jiteshkamboj ,

If you want to program many boards even without the need for a host machine, have a look at the J-Flash from Segger (see https://mcuoneclipse.com/2016/04/02/flashing-many-arm-boards-without-a-host-pc/) or the P&E Cyclone (http://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320165&productTab=7 ).

Inside the MCUXpresso IDE, I hope you have noticed the 'flash' button so you don't need to 'debug' it:

ErichS_0-1608961445566.png

 

And there is as well the way to use the debug probe with a PC in batch programming mode:

https://mcuoneclipse.com/2020/12/05/standalone-and-command-line-programmer-with-mcuxpresso/

 

I hope this helps,

Erich