Debugger question

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

Debugger question

跳至解决方案
2,227 次查看
roberthiebert
Senior Contributor I

CW V 5.9.0 SE, MC9S12XEP100, absolute assembly, Full Chip Simulation. I am able to single step through the main.ASM file just fine. But how do I step through the Interrupt Service Routines?

0 项奖励
回复
1 解答
2,207 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

All information about peripheral simulation is in  Debugger_HC12.pdf manual Please check the supported features for the chip, True-Time I/O Stimulation, Electrical Signal Generators and Signals Application to Device Pins

 

Have a nice day,

Jun Zhang

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,219 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

HI

Don't quite understand your questions.

You don't know how to implement a asm interrupt code or you already implemented asm interrupt code but can't access interrupt routines during debug?

Could you please upload your demo project to show your problem?

Thanks,

Jun Zhang

 

0 项奖励
回复
2,217 次查看
roberthiebert
Senior Contributor I

Hi Jun,

I am trying to debug as much of my program as I can before actually loading the code into my processor. I have several interrupt routines triggered by inputs to input capture timer pins. I also have SCI communications that are interrupt driven and I have a time rate generator driven by RTI interrupts. Is there some way I can simulate any of these interrupts so I can step through these routines with the debugger?

Regards,

Robert

0 项奖励
回复
2,208 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

All information about peripheral simulation is in  Debugger_HC12.pdf manual Please check the supported features for the chip, True-Time I/O Stimulation, Electrical Signal Generators and Signals Application to Device Pins

 

Have a nice day,

Jun Zhang

0 项奖励
回复
2,192 次查看
roberthiebert
Senior Contributor I

Hi Jun,

Thanks for pointing me in the right direction. I'll study that and see if it makes any sense to me.

Regards,

Robert

0 项奖励
回复