使用环境(蓝色粗体字为特别注意内容)
1、软件环境:Keil MDK 5.15
2、硬件环境:STM32F103C8T6最小系统

在项目中打算用基本定时器6作为延时定时器,编译发现报错:main.c(77): error:  #20: identifier "RCC_APB1ENR_TIM6EN" is undefined,查看数据手册:

STM32F103C8T6提示"RCC_APB1ENR_TIM6EN" is undefined

STM32F103C8T6提示"RCC_APB1ENR_TIM6EN" is undefined

 

STM32F103C8T6提示"RCC_APB1ENR_TIM6EN" is undefined

发现STM32F103C8T6根本就没有基本定时器!

相关文章:

  • 2021-07-25
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-06-18
  • 2021-05-21
  • 2022-12-23
  • 2021-08-08
  • 2021-11-07
  • 2021-07-23
相关资源
相似解决方案