Skip to main content
MDeva.1
Associate III
July 18, 2022
Solved

How to programming using JTAG

  • July 18, 2022
  • 2 replies
  • 10110 views

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

This topic has been closed for replies.
Best answer by Sara BEN HADJ YAHYA

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.

2 replies

Andrew Neil
Super User
July 18, 2022

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

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Sara BEN HADJ YAHYA
Technical Moderator
July 18, 2022

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 order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.
MDeva.1
MDeva.1Author
Associate III
July 18, 2022

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