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

Development with GCC and Eclipse: "Break at address "0xfffffffe" with no debug information available, or outside of program code."

Hi!

I have been following this process to develop using armgcc and Eclipse: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/development-with-gcc-and-eclipse

So far, I have successfully run the blinky code. However, when I am trying to run the code in "examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput" directory I am facing following issue: "Break at address "0xfffffffe" with no debug information available, or outside of program code." Is there any way around this problem?

I am using SDK version 14.0.0, GCC Toolchain 4.9 and JLink 6.40. 

Thanks!

Parents Reply
  • Thank you for your reply. Flashing the softdevice resolves the problem. However, I am now facing a new issue. Program is now halted with this message "Starting target CPU...". Nothing happens after that. Can you please help me with that? Thanks again.

    P.S. The reason I am stuck with this old SDK is that I am trying to regenerate a custom project, which is created using SDK 14.0.0. I tried to upgrade it to SDK 15.0.0 using SES, however, that seemed to be much more difficult.

Children
Related