Stm32f0 IAP Bootloader
Hi guys,Bootloader program is doing jump. But my application code interrupts don't work.HAL_Delay () does not work.HAL_GPIO_TogglePin (GPIOA, PA0_LED_Pin);HAL_Delay (1000); // IS NOT WORKwhile (i ++ <1500000) {} // THIS WORKi = 0;So the led is blinki...