Hi,
I am currently testing the USART on my STM32F103C8 Blue Pill,
which I should be able to send text to and it will echo back anything
typed and respond to various commands.
I'm finding something a little odd, though. It prints the start up
messages fine and goes into the main loop to wait for characters from
the USART, which it echoes back to the terminal. The problem is it
ignores the first 10 chars every time it restarts. Every time.
Here's the basic code:
/* Initi
↧