MCF 5483 Slice Timers: problem with interrupts

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

MCF 5483 Slice Timers: problem with interrupts

1,064 Views
luc
Contributor I
I am working with Coldfire 5483 and I want to use both SLT0 and SLT1 slice timers.
- SLT0 is used for generating 10ms tick for my SMX RTOS
- SLT1 is used for generating a 1ms time pulse
Both are configured in order to generate an interrupt.

My problem is that I only get interrupt for the timer with the highest priority.

Is anyone can explain me how to configure these 2 timers and which interrupt level and priority to choose?
Labels (1)
0 Kudos
1 Reply

379 Views
luc
Contributor I
I think I found the cause of my problem. I was clearing interrupt of SLT1 by writing 1 to the status bit of SLT0 !!!
Sorry for this post :smileyhappy:
0 Kudos