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

First example as default in nRF52.

Hello to everyone.

I´m trying to make a project in my SDK nRF52 with the nRF52832 microcontroller, I have Windows 10 and I´m usinf Keil uVision v5.26.

I´m interested in how to use the buttons and leds correctly and I noticed that for the first time, when the card is connected in the PC, a default program that turn on the LEDS when the buttons are pressed is initiated.

Do anyone have the "main.c" of this example? I´ve searched in this page but I couldn´t find it.

I hope you can help me. Thank you.

Parents
  • I don't believe I have ever received a dk pre-programmed but I am sure it happens. you can simply download the last nrf sdk and then open the peripheral folder and examples. There you will find a ton of examples. sdk -> examples -> peripherals ... look at blinky and bsp to begin. If you are not using the softdevice the source you want to view will be in the blank folder. arm5_no_packs for keil

Reply
  • I don't believe I have ever received a dk pre-programmed but I am sure it happens. you can simply download the last nrf sdk and then open the peripheral folder and examples. There you will find a ton of examples. sdk -> examples -> peripherals ... look at blinky and bsp to begin. If you are not using the softdevice the source you want to view will be in the blank folder. arm5_no_packs for keil

Children
Related