Posted on May 17, 2011 at 12:47Hi! I wonder if its possible to use the ''ARM®-based 32-bit MCU STM32F101xx and STM32F103xx firmware library'' (UM0427) with C++? http://www.st.com/mcu/modules.php?name=mcu&file=familiesdocs&FAM=110#FirmwareIm current...
Posted on May 17, 2011 at 12:37Configure the USARTS with ''USART_Init'' before using ''EXTI_Init''. I have no why this is but that solved my problems anyways.
Posted on May 17, 2011 at 12:37Hello everyone! Im having diffeculties using USART communication at the same time Im initializes one EXTI peripheral. The usart is not able to recieve any data. Tested with USART1 and USART2. Is anyone aware how this c...