2020-01-14 11:34 PM
Hello, I just got STM32H747I-DISCO board. I have stlink-2 and I guess I cannot program this board with stlink2. Do I need to get STLink-3 or STLink-4 in order to program this board? In the description it says: Board has a built in STLink-v3 inside of it. Does it meanI " do not need an external programmer to program it"? If yes how will I do that without an external programmer. Thanks beforehand.
2020-01-15 04:33 AM
Indeed it is Turkish, well I wish I was capable of to create that kind of autocorect plugin but here I am asking the most basic questions that could be asked.Yes, I fixed that but right now it says "Break at address "0xa05f0000" with no debug information available, or outside of program code." And that shows some assembly code in that. Maybe I am writing code to the wrong core? I don't know, I guess I should stick in the traditional STM32 MCU's. Even they are new for me.
2020-01-15 06:03 AM
P5 -> PI15 enable GPIOI with GPIO_PIN_15
2020-01-15 06:16 AM
.
2020-01-15 06:17 AM
Thank you, at least fixed compiler errors