Question
Jump application bootloader 0x8003000 interrupt not working
hi guys!
Can you help me solve that problem:
I had write bootloader for stm32F300rct6, program have jump to main application success but interrupt not working. I don't know what is missing?
In main application i edit #define FLASH_BASE ((uint32_t)0x08000000) to ((uint32_t)0x08003000). i had wirte on stm32f1 and F3 it's working and F1 & F3 have NVIC_SetVector but F0 don't have.
Thanks!