#include #include #include void app_main() { f1ll::console_handler::init(USART1, DMA1, LL_DMA_CHANNEL_5, LL_DMA_CHANNEL_4); while (true) { f1ll::console_handler::instance().print("->> Hello <<-\r\n"); LL_GPIO_TogglePin(LED_GPIO_Port, LED_Pin); LL_mDelay(500); } }