(转)关于stm32报错Library reports error: __use_no_semihosting was requested

编译环境:KEIL5 

报错代码:Error: L6915E: Library reports error: __use_no_semihosting was requested, but _ttywrch was referenced

解决办法

找到usart.c文件中的_sys_exit函数

_sys_exit(int x) 
{ 
    x = x; 
} 

大约47行,在他后边加入

//__use_no_semihosting was requested, but _ttywrch was 
_ttywrch(int ch)
{
ch = ch;
}

即可解决问题!

转载至https://blog.csdn.net/r709651108/article/details/51790322

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
This is a book about the STM32 family of 32-bit Flash microcontrollers from ST Microelectronics based on the ARM Cortex-M architecture. The book will guide you in a clear and practical way to this hardware platform and the official ST CubeHAL, showing its functionalities with a lot of examples and tutorials. The book assumes that you are totally new to this family of MCUs, and it will start showing how to setup a complete and totally free software tool-chain to build your STM32 based applications. The installation instructions will allow to setup a complete tool-chain on Windows, Linux and Mac OSX. The book is addressed both to professionals and to fans of this platform, like hobbyists and students. The book examples are based on the sixteen Nucleo-64 boards from ST. This release is composed by twenty-two chapters, divided in about 780 pages. They cover: Introduction to Cortex-M and STM32 microcontrollers How to setup a complete and working tool-chain to develop STM32 applications on Windows, Linux and Mac OSX How to use STM32CubeMX to generate application skeleton, and how to import it inside the tool-chain Introduction to OpenOCD and to the debugging of STM32 applications ARM semihosting GPIO management NVIC controller UART peripheral DMA controller STM32 clock tree and its configuration Basic, general purpose and advanced STM32 timers ADC peripheral DAC controller I2C bus and protocol SPI bus Power management The memory layout of an STM32 application and linker scripts Flash memory management and the role of the ART Accelerator The booting process in STM32 microcontrollers and how to write a custom bootloader FreeRTOS and the tickless low-power mode Advanced debugging techniques and how to use SEGGER tools to debug STM32 MCUs How to design a custom board using an STM32 MCU

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值