RT595 mcuxpresso config tool - GCC ARM Embedded 10-2021.10 Development support

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

RT595 mcuxpresso config tool - GCC ARM Embedded 10-2021.10 Development support

363 Views
darkknight_nxp
Contributor I

Use https://www.nxp.com/document/guide/getting-started-with-the-mimxrt595-evk:GS-MIMXRT595-EVK link.

Currently, I have tried the mcuxpresso config tool to build the freertos compilation environment of GCC ARM Embedded 10-2021.10, which can be compiled normally, but I don't know how to download the program to the development board.

The official tutorial only has the part of debugging with gdb, so can you provide relevant scripts to help me quickly download the program to the development board to complete the verification?

THX.

 

darkknight_nxp_0-1662012408950.png

 

darkknight_nxp_1-1662012575905.png

 

0 Kudos
3 Replies

352 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello,

 

How about use J-link command to download image?

 sorry I haven't used this, how about  check whether there is GDB download command from GDB website?

 

BR

Alice

 

0 Kudos

347 Views
darkknight_nxp
Contributor I

darkknight_nxp_0-1662348952476.png

 

In the mcuxpresso ide, if I want to burn the program, I choose the first step to flash the program through jlink.
The information displayed in the console is also burned through the jlink script, that is, the "script.jlink" file of mcupresso.
And through the mcuxpresso config tool to generate the gcc compilation project, how do I burn through this command. In the official tutorial, there is only the part of gdb debugging.

Can communicate in Chinese

 

0 Kudos

335 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello,

How about use command LoadFile with j-link commander:

Alice_Yang_0-1662536390530.png

Alice_Yang_1-1662536424254.png

https://wiki.segger.com/J-Link_Commander#LoadFile  

 

BR

Alice

 

0 Kudos