Adding UART to existing project
Hello,
I have donwloaded the STM32CUBE FW pack for F1 modules.
I tested 2 of them: a UART_PRINTF example and a PWR example, for the F100 Discovery board.
Both examples work well, and I want to add UART capability to the PWR example.
How does one do it?
I tries to copy all relevant files and relevant code to the PWR example, and it builds and runs without errors, but upon printing, nothing happens.