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

Parents Reply
  • "Blinky without Softdevice" indicates that you're using a project that doesn't use BLE. So exactly which stack initialization are you expecting? Also, what features?  The peripherals of the nRF? 

    Himanshu said:

    The function

    bsp_board_init(BSP_INIT_LEDS);

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

     Why are you assuming that? 

Children
No Data
Related