Can I Flash other controller using S32K144

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can I Flash other controller using S32K144

2,460件の閲覧回数
raviranjankumar
Contributor III

Hi,

I am working on S32K144 EVB, I want to flash other microcontroller using S32K144 through SWD. Is it possible, if it is possible then, please help me with procedure.

Thanks and Regard

Ravi Ranjan

0 件の賞賛
返信
2 返答(返信)

1,974件の閲覧回数
robertboys
Contributor IV

Hello

It is possible to use the free Keil MDK evaluation version (MDK Lite) to program any size of Flash.  While MDK Lite limits compilation and debugging to 32K, there is no such limit for Flash programming.  You should be able to program any ELF-DWARF file (GCC is) and maybe a hex file.

Keil supports both OpenSDA in both P&E and CMSIS-DAP modes.  CMSIS-DAP firmware is located here: www.keil.com/appnotes/docs/apnt_299.asp

See µVision User's Guide: Flash Programming 

You might look at LPC-Link V2 - this is also CMSIS-DAP compliant.

Bob Boys

San Jose

1,974件の閲覧回数
isaacavila
NXP Employee
NXP Employee

Hello Ravi,

S32K144 EVB uses SWD to flash/debug S32K MCU, it should be no problem to flash another MCU that supports SWD as long as connection with main MCU is removed.

Here is a post that shows how to use FRDM boards (Kinetis) as SWD programmer/debugger and this same principle should apply, due SWD circuit is the same in both boards.

Using the Freedom Board as SWD Programmer | MCU on Eclipse 

Hope this helps!

Regards,

Isaac

0 件の賞賛
返信