Breakpoint at main function after Loading Code

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

Breakpoint at main function after Loading Code

跳至解决方案
1,001 次查看
sebasira
Senior Contributor I

Hi all!

 

When code is loaded to the MCU, it runs until main function and then halt there.... Well, I don't know what I've change, it doesn't do it anymore... If I recall correctly it was related to .ini file.

 

I'm using CW 4.6

 

Thanks!

标签 (1)
0 项奖励
回复
1 解答
791 次查看
CrasyCat
Specialist III

Hello

 

   Can you try the following:

      - Start debugging the usual way

      - In Hi-WAVE debugger select File > Configuration

      - Switch to the Load tab.

      - Make sure Run after Successful load is checked

      - Check Stop at Function and specify main in the edit box.

      - Select File > Save Configuration     

      -Close the debugger and restart it. Application should run to main.

 

 

CrasyCat

在原帖中查看解决方案

0 项奖励
回复
2 回复数
792 次查看
CrasyCat
Specialist III

Hello

 

   Can you try the following:

      - Start debugging the usual way

      - In Hi-WAVE debugger select File > Configuration

      - Switch to the Load tab.

      - Make sure Run after Successful load is checked

      - Check Stop at Function and specify main in the edit box.

      - Select File > Save Configuration     

      -Close the debugger and restart it. Application should run to main.

 

 

CrasyCat

0 项奖励
回复
791 次查看
sebasira
Senior Contributor I

Thank you very much CrasyCat! That solve my problem!

0 项奖励
回复