Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » GDB Error(Break at address 0xfffffffe with no debug information available, or outside program code)
GDB Error [message #1792217] Thu, 12 July 2018 17:05 Go to next message
Abhi Ash is currently offline Abhi AshFriend
Messages: 1
Registered: July 2018
Junior Member
Environment C/C++
Eclipse Oxygen 3.a Release (4.7.3.a) with Segger Jlink
Target: STM32F103RC

I am getting an error
Break at address 0xfffffffe with no debug information available, or outside program code

Any hint as to what exactly could have gone wrong ?

Thanks a lot in advance.
AA

Re: GDB Error [message #1792272 is a reply to message #1792217] Fri, 13 July 2018 18:23 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
The address is outside of any allowed code addresses in a Cortex-M3. The code has probably tried to use unprogrammed flash (0xffffffff) as a return address, see the contents of the link register (R14).

--

-TV


--

Tauno Voipio
Previous Topic:Memory debugging
Next Topic:"An error occurred while collecting items to be installed"
Goto Forum:
  


Current Time: Wed Apr 24 15:40:51 GMT 2024

Powered by FUDForum. Page generated in 0.02830 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top