• In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without any CMSIS RTOS ?
    Hi, I have the following question based on CMSIS USB Middleware driver: 1) In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without...
  • In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without any CMSIS RTOS ?
    Hi, I have the following question based on CMSIS USB Middleware driver: 1) In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without...
  • CMSIS SPI Driver with CRC
    Hi, I have been looking for ways to implement CMSIS SPI interface and to use its CRC calculator on STM32F4 MCU. I prefer to use embedded CRC than the 32-bit CRC peripheral because I think it will...
  • CMSIS SPI Driver with CRC
    Hi, I have been looking for ways to implement CMSIS SPI interface and to use its CRC calculator on STM32F4 MCU. I prefer to use embedded CRC than the 32-bit CRC peripheral because I think it will...
  • CMSIS SPI Driver for STM32F7 Transfer with DMA
    For the STM32F7 target, SPI transfer in full-duplex mode with DMA requires a special treatment in the DMA receive channel when the CRC calculation is enabled. This is not handled correctly in the CMSIS...