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

Demo project ble_app_alert_notification output information

When I try this demo project, got below information from RTT. Any problem with it? How to deal with it?

Thanks.

RAM START ADDR 0x20002080 should be adjusted to 0x20001FE8 RAM SIZE should be adjusted to 0xE018 sd_ble_enable: RAM START at 0x20002080 sd_ble_enable: app_ram_base should be adjusted to 0x20001FE8 ram size should be adjusted to 0xE018

  • Hi gxf!

    As the RTT output suggests, the RAM start adress and the RAM size should be adjusted.

    I don't know which IDE you are using, but if you are using SEGGER Embedded Studio (SES), we have a youtube-tutorial about debugging.
    If you take a look at 04.00 minutes, that tutorial also explains how to adjust the RAM start/size in SES.

    SEGGER Embedded Studio - Debugging

    If you are using another IDE and don't know how to change the RAM start/size, let me know.

    Best regards,
    Joakim.

  • Thank you for your help.

    I am using IAR. I changed memory range and that information has gone.