• 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...
  • 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...
  • spi driver
    are there any spi driver for 8051? is it better to use the AT89S8252 with build in spi? Moveover, Are there any web site and source code for reference about c programming both the build in spi and...
  • Missing CMSIS MCI and SPI drivers
    I am trying to use a memory card on the FRDM-K64F. When I go into manage Run-Time environment in uVision and select the file system driver for memory card it tells me that I am missing the the CMSIS...
  • SPI Driver not listed in CMSIS Driver Run-Time Environment
    I am getting started with Keil v5 with the MSP432 to Red Launchpad. I have learnt to create a new project and Blinky project. I wanted to to SPI communication to control MAX7219 based LED Matrix display...