STM32F767GTx custom board - Target is not responding, retrying...
Hi,
I'm a french embedded developer.
At my office, i use a Nucleo-STM32F767ITX and my software works fine.
Now, we have a new STM32F767GTx custom board, and my software must works on it.
I use a STLINK V3 with SWD interfaces (SWDIO on PA13 and SWDCLCK on PA14), i never use it before.
And i discover some issues.
During debug, i can program the new board, run it and blinks a LED. It's just the beginning of my software.
A few minutes after, I start seeing "Target is not responding, retrying..." message and finally an error message about not being able to read the target. When I try to reprogram the device either through the debugger, it fails saying "No device found on target."
USART1 doesn't work too, i change putchar so printf can send some text to serial port. With the Nucleo board, it works with USART3.
Can i have some helps ?
Thanks a lot.
