diggit opened this issue 2 years ago · 0 comments
There is missing AFIO clock enable (RCC_APB2ENR |= 1 << 0;) before AFIO access.
RCC_APB2ENR |= 1 << 0;
stm32-dfu-bootloader/main.c
Line 439 in cdddd99