Working with STM32 and UART part 2: Sending strings and variable polling mode
In previous guide(part 1), we looked for how to send a single character. Now we will extend the usage of uart module to send a string contains “Hello from stm32f4” and a variable as “my variable is variable” In this guide...
READ MORE