gdb error: No source available for "0x1c00182c"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gdb error: No source available for "0x1c00182c"

1,245 Views
jqy
Contributor I

Hi,

I have created a new project for my target board with Kinetis MKL13Z64. I use Segger Jlink to debug it. The GDB server connects the target board without any problem. Then I try to run the project MCUXpresso IDE generated to debug. It compiled and linked well. However, when I run the debug, it spent a few seconds then gave an error message: No source available for "0x1c00182c".

It seems that the code stopped in the ROM bootloader area. And the debugger could not find the source code for this breakpoint. 

The target board is a home made board. 

Did any other people also meet this problem before?

Thanks

Jieqiu

0 Kudos
3 Replies

880 Views
jqy
Contributor I

The issue is somehow the pin NMI is connected to the ground.

Thanks for people trying to help me

Jieqiu

0 Kudos

880 Views
lpcxpresso_supp
NXP Employee
NXP Employee

See: https://community.nxp.com/thread/463825#comment-960336 

Regards,

MCUXpresso IDE Support

0 Kudos

880 Views
mjbcswitzerland
Specialist V

Hi

Check the flash configuration settings and disable the ROM loader - it may be that you have an input set to a state which is telling the ROM loader to run.

Regards

Mark

Kinetis: http://www.utasker.com/kinetis.html

KL43/KL13
- http://www.utasker.com/kinetis/FRDM-KL43Z.html
- http://www.utasker.com/kinetis/TWR-KL43Z48M.html

0 Kudos