I get No source available for "0x6114"

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I get No source available for "0x6114"

903件の閲覧回数
Florijan
Contributor III

Hi,

 

I am using KDS 3.2.0,  MKE06Z128, custom board.

When trying to debug I get No source available for "0x6114" . When I am stepping in debug mode the code runs ok but when mcu is running in standalone mode it doesn't start at all.

At address 0x6114 the   "__thumb_startup:" code is placed.

 

 

 

 

Can please someone help me?

 

Best regards,

Florijan

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

717件の閲覧回数
TICS_Fiona
NXP Employee
NXP Employee

Hello Carlos

Have you enabled the watchdog?  Please disable it, does the problem solved?

If this does not work, would you please first create a new project for MKE06Z128from <File> menu -> New->…, can KDS 3.2 program this project into your board? If yes, please compare its debug configuration with your project.

Hope this helps! If not, could you please attach your project so that we can reproduce the problem? Thanks!

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

717件の閲覧回数
Florijan
Contributor III

Hi Fiona,

I think I found where the problem is. I have an array in RAM that is 8kb long and it is placed in .bss section which means it is initialized with zeroes at startup. It takes so long that watchdog triggers. Application must have watchdog timer enabled. Unfortunately watchdog timer is initialized after .bss section.

1.)How to initialize watchdog timer before .bss section gets initialized?

Best regards,

Florijan

0 件の賞賛
返信

717件の閲覧回数
Florijan
Contributor III

Hi,

One more question:

How to tell a gcc compiler not to put an array of variables in to .bss section?

Best regards,

Florijan

0 件の賞賛
返信