I am using STM32CubeMx to generate default files to build with Makefile. I edited the main.c to print some logs using printf. I am unable to see the same logs in the serial. Am I missing anything ?
I tried directly to write into the USART1 using the below methodHAL_UART_Transmit(&console_uart, (uint8_t*)string, strlen(string), 0xffffff);It is working fine. But how to redirect the standard I/O to the same port ? I am naive in this. Any Help coul...
I used `ST-LINK_CLI.exe -c SWD -P stm32l475.bin 0x8000000 -V while_programming` command but didn't succeed. It could be really helpful If someone helps me out