printf and puts function not working in release build firmware
Hi everyone,I’m working on an STM32 firmware project (HAL + CubeIDE). I’m trying to output debug messages to Tera Term via UART using printf and puts.Here’s the situation:Debug build: Both printf and puts work perfectly.Release build: Calling printf ...