Why program halt at void __thumb_startup(void)?

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

Why program halt at void __thumb_startup(void)?

ソリューションへジャンプ
1,072件の閲覧回数
修華許
Contributor III

I use Kinetic FRDM-KE06Z as development board and use codewarrior

My colleague told me to unzip the exported archive to workspace.

Then use import from root to import this project.

 

It is ok at building the project and without any error message.

But when run and debug the project .

It is so easy to stop at _arm_start.c

and halt at

void __thumb_startup(void)

 

 

{

 

 

  // Setup registers

 

 

  __init_registers();                    // Stop here

...

 

 

What does that mean?

Any suggestion for me ? Thanks in advance

ラベル(1)
0 件の賞賛
返信
1 解決策
882件の閲覧回数
修華許
Contributor III

OK.

Sorry I think it is Watch Dog .

But I confused that I did create a watchdog component in PE.

But I chose not to initialize it

It still works.  :smileysad:

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
883件の閲覧回数
修華許
Contributor III

OK.

Sorry I think it is Watch Dog .

But I confused that I did create a watchdog component in PE.

But I chose not to initialize it

It still works.  :smileysad:

0 件の賞賛
返信