cancel
Showing results for 
Search instead for 
Did you mean: 

uart4 problem

huangke2006
Associate
Posted on September 07, 2010 at 09:59

uart4 problem

2 REPLIES 2
Posted on May 17, 2011 at 14:06

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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
henk2
Associate II
Posted on May 17, 2011 at 14:06

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