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

Initialisation in Blinky example

I recently purchased nRF52840 DK. While scanning through the website, I came across a suggestion to start with Blinky example. I opened the project in Segger Embedded studio. A build and Run with kit connected, I could see the project working.

I wished to find out the various initialisation; this includes stack initialisation, initialisation of various features of nRF52840 chipset.

The function

bsp_board_init(BSP_INIT_LEDS);

initialises the pin out for LED. I had assumed that there would be more on initialisation.

Can someone point me in right direction? Thanks in advance

Related