2022-07-17 11:39 PM
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
Solved! Go to Solution.
2022-07-18 05:44 AM
Hello @MDeva.1 ,
Thanks for your feedback,
The debug mode can be selected from the ioc file,
You 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.
2022-07-18 02:37 AM
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:
2022-07-18 05:44 AM
Hello @MDeva.1 ,
Thanks for your feedback,
The debug mode can be selected from the ioc file,
You 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.
2022-07-18 08:24 AM
In stm32cubeide in debugger option what changes I have to make?