STM32CubeMX开发04——串口打印
Posted 果果小师弟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM32CubeMX开发04——串口打印相关的知识,希望对你有一定的参考价值。
串口初始化函数已在cubemx自动生成,我们无需要改动,需要在public.c
文件中添加printf
重定向函数fputc();
函数即可。
一、main函数
main.c
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2020 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under BSD 3-Clause license,
* the "License"; You may not use this file except in compliance with the
* License. You may obtain a co
以上是关于STM32CubeMX开发04——串口打印的主要内容,如果未能解决你的问题,请参考以下文章
STM32CubeMx + makefile --- 添加串口打印 printf