• CMSIS SPI driver for STM32f103
    Hi I am currently using SPI driver from CMSIS drivers, SPI_STM32F103xx.c for my project.(STM32F103RB discovery board) I configured RTE_driver.h, defined RTE_SPI1 as 1, since I require SPI1 access...
  • bug in CMSIS USART driver
    hello, obviously there is a small bug in CMSIS USART Driver STM32F4xx Rev 2.3: line 1808: else if (usart->reg == USART3) { __HAL_RCC_USART2_CLK_ENABLE(); } correction: else if (usart->reg...
  • CMSIS CAN Driver for STM32F303
    Hi, I'm developing an application with CAN bus interface for the STM32F303. Are there any documents with an introduction to CMSIS CAN Bus Driver and examples? If I understood it correctly the CAN...
  • 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...