UART and TIMER interrupts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2007-06-15 2:36 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 12:44 AM
Posted on May 17, 2011 at 09:44
Hello,
I use an evaluation board Raisonance REVA 2.10 and a STR912F daughter board. The CPU chip is a STR912FW44X6 with number 625 (Rev D silicon). I work with the STR9 V1.2 library New Release. I use UART0 transmition with Tx and Rx interrupts. In addition, I use the timer0 interrupt to blink LEDS on GPIO6. When I use only UART0 the transmission works fine. When I use only TIM0 the leds blink fine. The problem being when I enable UART0 and TIM0 together : transmission still works, but the leds blink in a random way. I read similar problems on this forum, but I acknowledge, I don't understand what is necessary to change. I have attached my Source-Code. Please, help me ! Philippe