This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Coexisting SDK versions - Which one is Keil using?

Some examples require SDK 7.1, while the newer tutorials use SDK 8.0. I'm not sure how to switch between the SDK versions in Keil. I see the below lines in my include paths, it isn't clear which one I have to modify to switch to SDK 8.0. Could you help?

......\config;..........\components\toolchain; ..........\components\libraries\button; ..........\components\softdevice\s110\headers; ..........\components\ble\common;..........\examples\bsp; ..........\components\drivers_nrf\uart;..........\components\libraries\fifo; ..........\components\libraries\timer;..........\components\libraries\gpiote; ..........\components\drivers_nrf\hal; ..........\components\softdevice\common\softdevice_handler; ..........\components\libraries\scheduler; ..........\components\libraries\util;..........\components\drivers_nrf\pstorage; ........\common\beacon;........\common\ble_bcs;........\common\led_softblink; ..........\components\ble\ble_services\ble_dfu; ........\common\sdk_modified\dfu_app_handler;..........\components\libraries\bootloader_dfu; C:\Keil_v5\ARM\Pack\ARM\CMSIS\4.2.0\CMSIS\Include

Related