STM32CUBEIDE 环境下printf()和scanf()运行失败的原因. 问题重现. int __io_putchar(int ch) { HAL_UART_Transmit(&huart1, (uint8_t *)&ch, 1, 0xFFFF); //发送一个字 ...
確定! 回上一頁