Flashing cortex M4 via USB/SM

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

Flashing cortex M4 via USB/SM

723 Views
Naampie2000
Contributor I

Hi,

I'm building a board around a cortex m4.And was wondering in what ways can the configuration file be loaded onto the board. "Say if I want it to behave like an arduino"

Since the JTAG connector is big compared to the board, and close to the clockpath. Can I flash it via USB or Smart media?

 

Kind regards,

0 Kudos
3 Replies

688 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

What CortexM4 part do you use?

Normally for Cortex M4 LPC, we can use Jtag or SWD interface for debug or program during development stage.  SWD is 10 pin interface, which size is smaller than Jtag, here is design consideration

https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Design-Considerations-for-Debug/m-p/469565#M44

if we just program image ( not debug), we can check the specific device ISP programming interface. Most of the LPC cortex M4 part can support USB programming. Thus we need to check the part user manual,

 

Have a nice day,

Jun Zhang

0 Kudos

679 Views
Naampie2000
Contributor I

Hi,

 

I'm opting for an Arm Cortex M4 MK66FX.

Online I was looking at tools like Atmel's Flip. Irc but could have been another software application that promises to do the same thing of flashing via USB.

0 Kudos

662 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

For K66, our recommended tool is P&E Multlink Universal or standalone programmer Cyclopro

https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mc...

P&E also has PC side programmer for it,

 

Have a nice day

Jun Zhang

0 Kudos