gdb error: No source available for "0x1c00182c"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

gdb error: No source available for "0x1c00182c"

2,327 次查看
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 项奖励
回复
3 回复数

1,962 次查看
jqy
Contributor I

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

Thanks for people trying to help me

Jieqiu

0 项奖励
回复

1,962 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

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

Regards,

MCUXpresso IDE Support

0 项奖励
回复

1,962 次查看
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 项奖励
回复