• LPC1788 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. But when I add ethernet driver to project, I get an error "require 2.01 CMSIS...
  • 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...
  • spi driver mismatch for cmsis?
    I'm trying to compile the example code from the Peripheral Interface for Middleware and Application Code. I get the Undefined symbol Driver_SPI0 (referred from thread_spi.o) error. I read this page http...
  • 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 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...