usart usage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-10-22 12:08 AM
Posted on October 22, 2008 at 09:08
usart usage
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:48 AM
Posted on May 17, 2011 at 12:48
Hello freinds,
I have been evaluating the STM32 controllers. So, I was trying out the driver for USART . All the configurations are shown correctly done in the keil software envoironment. But the communication doesn't take place. So, my first query would be that whether I need to enable UART interrupts essentially to make it work . Here I should mention that I was able to run the sample application code for Usart demonstration available on ST site which used interrupts . Any other recommendations are also welcome.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:48 AM
Posted on May 17, 2011 at 12:48
the library driver set provided on st site .
It contains basic drivers for all the peripherals and description for the various functions is provided in the user manual for stm32f101xx family of controllers . [ This message was edited by: rahul.khurana on 20-10-2008 14:35 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:48 AM
Posted on May 17, 2011 at 12:48
Quote:
I was trying out the driver for USART
Which driver, exactly, were you trying?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:48 AM
Posted on May 17, 2011 at 12:48
Hi Rahul,
I don't think that you need the USART interrupt enabled. Do you need an example? I've one with interrupt. It's a serial full-duplex communication. Best regards Edi