Hello.I have designed my own STM32H747IGT6 board.And I created a simple project with STM32CubeIDE to confirm its operation.In this project, CM7 is a program that simply blinks the LED in a while loop. (CM4 is just code generation) while (1)
{
...
I am using STM32CubeIDE.I am using ST-LinkV3MINIE as a debug tool.It doesn't work well with the board I designed, but when I write a program with the exact same settings on H747I-DISCO, it works fine...I've also attached some files, is this enough?(I...
Thank you so much for your quick reply!I'm not a native speaker so I use machine translation to read your text. It seems I misread your text. Sorry about that.I deleted the loop as you said, but then I got the message "Target is not responding, retry...
Thank you for your reply!I plan to use the CM4 core in the future, but for now I just wanted to check how it works so I tried it with CM7 only.To do that, I first unchecked BCM4 in CubeProgrammer and removed the timeout variable and error handling as...