nRF52840 PDK_BLINKY
nRF52840 PDK_BLINKY
Hi SAURAV!
A little more information could be useful.
Which SDK did you use? The latest SDK (v14.2.0) have SEGGER Embedded Studio Support, and if you use the SES example it should work out-of-the-box.
However, the errors you get would imply that the path to the files is missing. You can add them under project settings -> preprocessor -> User include directories.
Best regards.
thanks sir... actually I am a bit confused,what is the need of SDK? I also tried blinky example with KEILu5,it got built successfully with no error....but when i try to debug it...I got error as FLASH DOWNLOAD FAILED-"Cortex M4"....I am using nRF52840PDK AND have installed all packages related to NORDIC family.
The nRF5 SDK provides a rich and well tested software development environment for the nRF52 Series and nRF51 Series devices. It includes a broad selection of drivers, libraries, examples for peripherals, SoftDevices, and proprietary radio protocols of the nRF52 Series and nRF51 Series.
As for the error you get, did you remember to flash the softdevice to your device?
Best regards.