Hi,
I've just soldered a second PCB with a STM32F429ZIT6. The first
PCB runs perfectly, so the code seems correct.
I compile, and debug the code. The code is loaded correctly
because there is any complain from Keil.
I start debug, but when I configure the clock, the system
crash.
The code starts with:
int main(void)
{
GPIO_InitTypeDef GPIO_InitStruct;
/* MCU Configuration----------------------------------------------------------*/
/* Reset of all
↧