• STM32F437 SPI Drivers in MDK4?
    Hi everybody, I'm working on a project which until now has been working fine in MDK4. However, I've come to need the SPI Flash drivers (RL-FlashFS) for the STM32F437II-based board. I've found the necessary...
  • SPI driver for STM32F4xx
    For those who might want to use it - middleware SPI driver for STM32F4xx using DMA transfer is very buggy: - DMA stream numbers for SPI2 are completely wrong. Instead of streams 3 and 4, it uses...
  • CMSIS, SPI driver is missing!
    Hello I'm using Keil 5.10 professional, CMSIS 4.11. I want to use middlewares to connect to a web server, using LPC1788(Cortex-M3 from NXP) . But when I add ethernet driver to project, I get an error...
  • 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...
  • Include Spi driver
    I'm using nRF51822 Soc ( ARM cortex M0) an Iwant to include spi driver in my project . Those errors showed up and i didn't figure out how to correct them : ..\main.c(42): error: #5: cannot open source...