User Activity

Hello, for my personnal project I use a stm32F98 with the CAN peripheral activated.First of all I have an issue with the configuraiton gave in the stm32f0_firmware example but if I set the GPIO_InitStruct.Pull to GPIO_NOPULL, I cannot have the INAK b...
Hi!Using a STM32F1 uart peripheral waiting for a 22bytes frame but sometimes I get an overrun error right after the reception of the first byte.Handling this in an interrupt mode, I expect 1 byte at a time and re-enabling the interrupt after each rec...
Hello,I work on the STM32f103.For the project I need to comunicate through USART but here is the problem;I can transmit everything to my computer but whenever my PC replies back, nothing happens.Rx interrupt has been enabled but I'm never going into ...