2013-10-02 07:13 PM
Hi,
I'd kindly ask if anyone can point me to robust uart example, possibly with interrupts, dma and hardware flow control... I also wonder how flow control affects other code and functions ? Thanks in advance, regards, Bulek2013-10-17 04:07 AM
Hi Bulek,
You didn't specified which product are you using. But if it is the F1, you can find many examples using USART with DMA, interrupts, HW flow control... Try to download thehttp://www.st.com/web/en/catalog/tools/PF257890
& you can see examples in the folder Project\STM32F10x_StdPeriph_Examples\USART. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2013-11-12 04:54 AM
Hi,
thanks for link. I use F0 - how similar is it to F1 ? Is it worth to base code on mentioned examples for F1 ? Thanks in advance, regards, Bulek.2013-11-12 07:30 AM
Hi Bulek,
Refering to and , it is confirmed that F1 USART software is compatible with F0. F0 has some more features compared to F1. You can check in table 24 of AN4088 what may need some updates (almost all fucntions are the same). -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.