2022-01-14 01:38 AM
I can't connect the STM32H7XI-disco board with the PC.
At first, it was connected through ST-Link.
I connected to the PC using a micro Btype cable to ST-LINK V3E (CN2) on the board.
However, it is not connected after the wrong version of download.
I want to know how to initialize or bypass the board to put in a normal program.
I will explain the current state and process of this.
This was a project created from "STM32Cube" on "STM32CubeIDE".
I modified the clock through the .ioc file, and after the correction, the project was built with all the error-prone parts disabled, such as the DCMI in 'image_3.'
At that time, set BCM4:1 and BCM7:0 from STM32CubrProgrammer
and download built project to MCU.
If you refer to 'image_4, you can see that it is properly recognized on the PC.
However, errors such as 'image_1' and 'image_2' occur.
I hope we can connect it again somehow.
Thank you for your help.
Solved! Go to Solution.
2022-01-17 05:38 PM
It's in a few spots, one of them is here:
2022-01-14 06:01 AM
Try changing the mode to connect under reset.
2022-01-16 04:53 PM
I tried. but I don't found solution.
2022-01-16 10:38 PM
I solved it.
set 'Under reset' of Mode,
'Hardware reset' for Reset Mode
and Access port is '3'.
That was important key of this solution.
but I don't know how change to 3 that Access port
who that know anytime, teach me anything of this problem.
2022-01-17 04:55 AM
2022-01-17 04:52 PM
ah! by any chance, can I find that contents in the manual or somewhere?
2022-01-17 05:38 PM
It's in a few spots, one of them is here:
2022-01-17 06:09 PM
Thank you so so so much for your kind :)