Hi, I am using SDK 11.0 for my project development. When I tried to compile the unaltered SPI example given I got 60 Errors in my laptop. The Same SDK in other laptop is compiling without any errors. Attached the Error Messages
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'nrf51422_xxac' compiling nrf_drv_spi.c... ..........\components\drivers_nrf\hal\nrf_spim.h(45): error: #20: identifier "NRF_SPIM_Type" is undefined
..........\components\drivers_nrf\hal\nrf_spim.h(125): error: #20: identifier "SPIM_CONFIG_ORDER_LsbFirst" is undefined NRF_SPIM_BIT_ORDER_LSB_FIRST = SPIM_CONFIG_ORDER_LsbFirst ///< Least significant bit shifted out first. ....\main.c: 0 warnings, 30 errors "._build\nrf51422_xxac.axf" - 60 Error(s), 0 Warning(s).