uart4 problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-09-07 12:59 AM
Posted on September 07, 2010 at 09:59
uart4 problem
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:06 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:06 AM
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