Question
UART RX interrupt routine
Posted on January 09, 2013 at 10:56
Good morning, i'm using a STM32F0discovery board, i'm developing an application that read and write informations on UART2 port, i'm using only TX and RX pins (PA2 and PA3).
Well, at this time my application ask me what i want to write, than i insert an input string and the mcu sends it on UART correctly.Now i need to know how i can develop the reception procedure using reception interrupt, because i don't know when the other side sends the informations.In other words i need to develop a function that when the UART receives something on RX pin than the micro stores it in a string and show me what it receives.Do you have suggestions or guidelines, please?Thanks. #uart-rx-interrupt-routine