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

nrf52832 s132 sdkv14.0 RAM/ROM Keil

I am struggling to figure out the correct IRAM/IROM settings in keil for the ble_app_beacon example in sdk 14.0.

I am currently using this example on an nrf52 DK and will then be deploying to a Red Bear ble nano v2 (nrf52832).

I am able to flash the code to the dk board with no errors, however the led is not flashing and the board is not broadcasting.

Here are my current settings, I assume this is a RAM/ROM issue but it could be that I have another setting incorrect:

image description

Parents
  • Hi Stheinema!

    The settings I have for the ble_app_beacon example in SDK 14 is:

    image description

    Note that you might have to change these settings depending on what changes are made to the code.

    The fact that the DK is not advertising, and your led not blinking might be because you haven't flashed the Softdevice. Are you sure that the softdevice was succesfully flashed to your device before your application? If you did, what softdevice version did you use?

    Best regards,
    Joakim

Reply
  • Hi Stheinema!

    The settings I have for the ble_app_beacon example in SDK 14 is:

    image description

    Note that you might have to change these settings depending on what changes are made to the code.

    The fact that the DK is not advertising, and your led not blinking might be because you haven't flashed the Softdevice. Are you sure that the softdevice was succesfully flashed to your device before your application? If you did, what softdevice version did you use?

    Best regards,
    Joakim

Children
Related