• CMSIS Driver v1.10 UART_STM32F4xx.c Bug
    CMSIS Driver UART Revision: V1.02 file C:\Keil\ARM\Pack\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\UART_STM32F4xx function UART_ReadData static int32_t UART_ReadData (uint8_t *data, uint32_t size...
  • CMSIS Driver - USART issue
    Hi all, I am using the CMSIS Driver USART driver in Keil uVision with the STM32F746 discovery board and have a weird bug in the usart callback. I'm kind of following the example from - https://www...
  • CMSIS Driver USART_STM32F4xx issue
    For our stm32f437xx device we use the latest(2.11.0) DFP package including CMSIS drivers. The USART driver works fine, but sometimes there is something curious. The driver doesn't stop to send data...
  • ADC DMA overrun
    I have been struggling on this over the past few days and its starting to really push my buttons now. Device: sTM32F405RGTX Basically I have ADC 1 configured in regular mode Channel 10 and 11...