This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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. As per the documentation <http://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html#details>, SPI is listed under the CMSIS driver. But in my Run Time environment window, SPI driver is not listed under the CMSIS Driver. I am using CMSIS v5.0.

Screenshot: <i.imgur.com/uJfigcA.png>

Also any good guide to getting stareted with SPI on Keil?