Interrupt Handler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interrupt Handler

706 Views
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

Labels (1)
0 Kudos
1 Reply

328 Views
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 Kudos