User Activity

Hello. I am trying to setup UART on my STM32 using the HAL library and without using the .ioc file for auto-configuration. I first had a test project using the .ioc file to help me setup UART and was able to transmit data. However, when I do it mysel...