• 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 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...
  • STM32F103 AT45DB321D SPI issue
    Processor – STM32F103ZE HCLK – 24MHz PCLK2 – 24MHz Serial Flash – AT45DB321D STM32 Standard Peripheral Ver 3.1.2 I am having an unusual issue working with serial flash. I am able to read and...
  • 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...