2010-09-07 12:59 AM
uart4 problem
2011-05-17 05:06 AM
Dunno, post some code, otherwise we'll just have to guess random reasons why your code might not work.
If things are locking up, check for unserviced interrupts.2011-05-17 05:06 AM
Hi,
Maybe you enabled the receive interrupt but did not declare an IRQ-handler? Did you enable the corresponding peripheral clock? I myself have trouble making the USART receive anything. Is it possible to post your receiver code? Henk