blinky.plg

来自「stm32初级例程」· PLG 代码 · 共 30 行

PLG
30
字号
Load "C:\\Documents and Settings\\Administrator\\桌面\\精英资料\\基础例程-(入门篇)\\BHS-STM32 实验1-GPIO输出-LED闪灯(软件延时方式)(直接操作寄存器)\\out\\ObjRAM\\Blinky.AXF" 
_____^
*** error 56: cant open file
Build target 'RAM'
assembling STM32F10x.s...
compiling STM32_Init.c...
STM32_Init.c(4654): error:  #20: identifier "FLASH" is undefined
STM32_Init.c(4667): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4943): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4944): error:  #20: identifier "GPIOA" is undefined
STM32_Init.c(4949): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4950): error:  #20: identifier "GPIOB" is undefined
STM32_Init.c(4955): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4956): error:  #20: identifier "GPIOC" is undefined
STM32_Init.c(4961): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4962): error:  #20: identifier "GPIOD" is undefined
STM32_Init.c(4967): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4968): error:  #20: identifier "GPIOE" is undefined
STM32_Init.c(4973): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4974): error:  #20: identifier "GPIOF" is undefined
STM32_Init.c(4979): error:  #20: identifier "RCC" is undefined
STM32_Init.c(4980): error:  #20: identifier "GPIOG" is undefined
STM32_Init.c(5542): error:  #20: identifier "SCB" is undefined
STM32_Init.c(5542): error:  #20: identifier "u32" is undefined
STM32_Init.c(5542): error:  #18: expected a ")"
compiling Blinky.c...
Blinky.c(21): error:  #20: identifier "GPIOC" is undefined
Blinky.c(51): error:  #20: identifier "GPIOC" is undefined
Target not created

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?