We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi to all i am new to keil and arm and i'm trying to create a application that use spi of micro and i read in keil cmsis documentation that cmsis:driver has an API to communicate with spi of micro,but when i try to do that by setting checkbox of spi in cmsis:driver in packet manager ,after building my project,compiler give below error to me:
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.1.0\RTE_Driver\SPI_STM32F10x.h(49): error: #35: #error directive: "SPI not configured in RTE_Device.h!"
can any one help me and tell to me that where is my mistake??
You would also have to enable the same in RTE_DEVICE.h file.
Thank you, it worked for me