STM32L0系列串口重定义的方法
芯片型号:STM32L071RBT6
本篇重点:将printf( ) 函数重定义到USART1
集成开发工具(IDE):IAR
#ifdef __GNUC__
/* With GCC/RAISONANCE, small uartPrintf (option LD Linker->Libraries->Small uartPrintf
set to 'Yes') calls __io_putchar() */
#define PUTCHAR_PROTOTYPE int __io_putchar(int ch)
#else
#define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f)
#endif /* __GNUC__ */
/**
* @brief? Retargets the C library uartPrintf function to the USART.
* @param? None
* @retval None
*/
PUTCHAR_PROTOTYPE
{
/* Place your implementation of fputc here */
/* e.g. write a character to the EVAL_COM1 and Loop until the end of transmission */
HAL_UART_Transmit(&huart1, (uint8_t *)&ch, 1, 0xFFFF);
return ch;
}
设计资源 培训 开发板 精华推荐
- 【美岩电子制作】HLW8032单相电能采集(UART)模块-LYM-01
- 154W、12V、16V、20V、125V交流转直流多路输出高清电视电源
- LT3651EUHE-8.2 演示板,4A 高压 2 节锂离子电池充电器
- 使用 Analog Devices 的 LTC1596-1AISW 的参考设计
- Si2400URT-EVB,评估板为系统设计人员提供了一种评估 Si2400 ISOmodem 的简便方法
- LT8609SIV 跟踪 3.3V 和 1.8V 2MHz 转换器的典型应用电路
- 【训练营】小狗伴伴
- ti电源可调模块
- IR4301单电源集成数字音频放大器典型应用
- 使用 ROHM Semiconductor 的 BD90640EFJ-C 的参考设计