Interrupt Handler

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

Interrupt Handler

1,116 次查看
RobJ
Contributor I

I'm having a very difficult time trying to get an interrupt handler to work in a program. I am using the HCS08AC60 version of the board and have a program that continually updates measurements and relies on an interrupt handler to handle requests for that information. I am using the RX interrupt vector to throw up a flag that I in turn test for in the main function. Unfortunately, this flag never gets thrown up. Any ideas?

 

Rob J

标签 (1)
0 项奖励
回复
1 回复

738 次查看
bigmac
Specialist III

Hello Rob, and welcome to the forum.

 

Perhaps you should post the relevant parts of your code for others to better understand what you are attempting to achieve, and possibly ovserve whether you have any coding errors.

 

Regards,

Mac

 

0 项奖励
回复