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

ble_app_uart with RTT won't load

Hello, I followed this tutorial:

devzone.nordicsemi.com/.../

and added the RTT files to the project, however, after I compile i get this message : image description

and when i open J-link RTT viewer and try to load the compiled project, I get the message: image description

what should i do?

edit: the map file: nrf52832_xxaa_s132.map

Parents
  • The first message just tells you that the .map file is open in your editor and after you compile it, it has generated a new .map file and asking you to reload that in your editor. Close the .map file in your editor and it wont give you this message anymore.

    The second message might happen if your IROM settings does not match the softdevice. Please check the correct softdevice release notes to find what to put in IROM settings. this post even though not latest will give you some info.

Reply
  • The first message just tells you that the .map file is open in your editor and after you compile it, it has generated a new .map file and asking you to reload that in your editor. Close the .map file in your editor and it wont give you this message anymore.

    The second message might happen if your IROM settings does not match the softdevice. Please check the correct softdevice release notes to find what to put in IROM settings. this post even though not latest will give you some info.

Children
Related