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

How to make a simple LED blink program

Hello Everyone

I am really new to everything here, i just got nRF 52832 board,

Can anyone please tell me the step-by- step method on how to make a program in keil uVision.

Any help will be greatly appreciated.

thanks in advance

Parents
  • Hi,

    There is a blinky example in the SDK. Its located in the folder:

    <SDK_InstallFolder>\examples\peripheral\blinky
    

    You can download the SDK 12.2 here.

  • i had already loaded the softdevice s132 via command line in the beginning when i tried the blinky example, which is still working, and it still shows an option for flash softdevice in drop down menue besides LOAD,

    however, when i try to run the pwm example, it does'nt shows any flash_132 softdevice option in the drop down menu.

    How to load softdevice from keil for each example i try? in the tutorial it says to do the following but it doesn't works

    To program the SoftDevice using an example project in Keil, perform the following steps:

    . Instead of the default target, select the target to flash the SoftDevice, for example, flash_s132_nrf52_1.0.0-3.alpha_softdevice. Click Options for Target. Select the Debug pane and click the Settings button for the J-Link / J-TRACE Cortex. Select J-Link / J-Trace Adapter corresponding to the serial number that is printed on your device. Click OK

Reply
  • i had already loaded the softdevice s132 via command line in the beginning when i tried the blinky example, which is still working, and it still shows an option for flash softdevice in drop down menue besides LOAD,

    however, when i try to run the pwm example, it does'nt shows any flash_132 softdevice option in the drop down menu.

    How to load softdevice from keil for each example i try? in the tutorial it says to do the following but it doesn't works

    To program the SoftDevice using an example project in Keil, perform the following steps:

    . Instead of the default target, select the target to flash the SoftDevice, for example, flash_s132_nrf52_1.0.0-3.alpha_softdevice. Click Options for Target. Select the Debug pane and click the Settings button for the J-Link / J-TRACE Cortex. Select J-Link / J-Trace Adapter corresponding to the serial number that is printed on your device. Click OK

Children
No Data
Related