2008-10-22 12:08 AM
usart usage
2011-05-17 03:48 AM
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.2011-05-17 03:48 AM
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 ]2011-05-17 03:48 AM
Quote:
I was trying out the driver for USART
Which driver, exactly, were you trying?2011-05-17 03:48 AM
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