• 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 for LPC1788
    Hello I want to drive Ethernet using middlewares, But some thing's are not available, like 'SPI Driver' ! I did the steps like the 'Network' document, but there is an error because the SPI driver is...
  • 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 problem
    Hi every body.I have a project based on CMSIS-RTOS2 and STM32F107VC. There are threads for 2 USARTs,TCPNET and GPIOs all working fine. Also there is a thread to drive a spi memory on SPI3. When I use...