cancel
Showing results for 
Search instead for 
Did you mean: 

How to programming using JTAG

MDeva.1
Associate II

Hello,

I am using the STM32CUBEIDE , I am working on STM32H745 series , I have to programme the device using JTAG .How I can done that which application I have to use for progrraming what setup I have to done in stm32cubeide ? Can u please help me

1 ACCEPTED SOLUTION

Accepted Solutions
Sara BEN HADJ YAHYA
ST Employee

Hello @MDeva.1​ ,

Thanks for your feedback,

The debug mode can be selected from the ioc file,

0693W00000QLR4zQAH.pngYou need to change the CubeIDE debugger settings as well, please check AN5286 STM32H7x5/x7 dual-core microcontroller debugging, it contains detailed steps to debug H7 dual core devices.

I hope this helps !

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly 🙂

Sara.

View solution in original post

3 REPLIES 3
Andrew Neil
Evangelist II

CubeIDE will do programming as part of starting a debug session.

Or you can use the STM32CubeProgrammer (the clue is in the name) to just do programming.

https://www.st.com/en/development-tools/stm32cubeprog.html

Or you can use any suitable 3rd-party programmer; eg, Segger have support:

https://wiki.segger.com/STM32H7

Sara BEN HADJ YAHYA
ST Employee

Hello @MDeva.1​ ,

Thanks for your feedback,

The debug mode can be selected from the ioc file,

0693W00000QLR4zQAH.pngYou need to change the CubeIDE debugger settings as well, please check AN5286 STM32H7x5/x7 dual-core microcontroller debugging, it contains detailed steps to debug H7 dual core devices.

I hope this helps !

If your issue is solved, please close this post by clicking the "Select as Best" button. This will help other members of the community find this response more quickly 🙂

Sara.

In stm32cubeide in debugger option what changes I have to make?