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

Setting up Keil MDK for DK nRF52832 SDK 15.2.0 ble_app_uart

Hi everyone,

I am a beginner for  BLE software development with MDK-LiteV 5.26.2.0.

  • Target device: nRF52832(EKSHCNZWZ made by Taiyo Yuden)
  • SDK: nrf5_SDK_15.2.0_9412b96
  • SoftwareDevice: s132_nrf52_6.1.0
  • Reference document: Attached

At first, I flashed the SoftwareDevice to the target device with the nRFgo Studio.

Verification was OK.

Next, I compiled according to the reference document and flashed it.

But it did not move.

Thank you for your help.

Thanks for your help./cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-aa55a4c46ba7492babefc515ac419111/QuickstartGuide_5F00_NoPacks_5F00_nRF52832_5F00_S132_5F00_v5.0.0_5F00_SDK14_5F00_r1.1_5F00_EN.pdf

Parents Reply
  • The program ends up in the SDKs error handler meaning that there was an error after reaching main(). You can use the error handler to determine where the error occurred. 

    1. Re-compile the project with the highlighted settings below for improved debugging experience

     

    2. Step over the flash breakpoint 

    3. Read out the error code, line number and file name to find out where and why the error occurred.  Common error codes are listed in nrf_error.h

     

Children
Related