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>&copy; 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(04) 串口中断实验

STM32CubeMx + makefile --- 添加串口打印 printf

STM32F1基于STM32CubeMX配置移植dmp库通过串口打印MPU6050数据

STM32多串口实现printf——基于cubemx

安装STM32CubeMX,stm32串口通信

STM32G070RBT6基于STM32CubeMX创建串口中断接收数据