STM32F107 Interrupt crash
Posted on March 30, 2017 at 17:44Hi to all,I have a problem about interrupt, expecially USART interrupt.I use USART1 to interface my boarf to computer (FT232), but often my routine crashes.Here is the code:uint16_t iocnt = 0;extern 'C' void USART1_I...