Resolved! Code jumping unexpectedly to 0xfffffffe
Hi, After successful coding, I suddenly stumbled on this error. I'm simply running this code: HAL_Init(); /* USER CODE BEGIN Init */ /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Config(); /* USER CODE BEGIN Sys...