2008-06-04 03:43 AM
UART Interrupt not working with Keil RTX
2011-05-17 12:50 AM
2011-05-17 12:50 AM
Hi ,
I had the similar problem with you. I used the example code from st library called UART (interrupt mode). keil tool chain. UART0 interrupt only response once.I can't figure it out, please help. Is this keil problem ?I attached the whole source codes. Thanks [ This message was edited by: qing.he on 20-03-2008 18:49 ]2011-05-17 12:50 AM
Hi,
Has any of you resolve the problem with the interrupt enable? I'm having the same problem as you both. No way to enable the interrupts. First, with the example from the ST library UART (interrupt mode) only one interrupt happens, before the micro freezes. Then, if I change the start up file STR9x.s, no interrupt happens. Thank you2011-05-17 12:50 AM
If you are using the Keil toolset with RTX O/S kernel, be sure to check out the following article
http://www.keil.com/support/man/docs/mcbstr7/mcbstr7_ex_swlib.htm It suggests that RTX is not fully compatible with the libraries provided by STR7 Firmware Library due to interrupt handling issues. This might explain what you are seeing ...2011-05-17 12:50 AM