新聞中心

EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > 基于正點原子建立STM32F10x庫函數(shù)版本的工程自己例程

基于正點原子建立STM32F10x庫函數(shù)版本的工程自己例程

作者: 時間:2016-11-28 來源:網(wǎng)絡(luò) 收藏

7、build建立目標(biāo)代碼

本文引用地址:http://m.butianyuan.cn/article/201611/322877.htmbuild過程中錯誤修改:

問題及修改:

1)..SYSTEMdelaydelay.c(27): error:#20: identifier "SysTick_CLKSource_HCLK_Div8" is undefined

解決方法:在delay.c中添加“#include"misc.h"”

2)..SYSTEMsyssys.c(18): error:#20: identifier "NVIC_PriorityGroup_2" is undefined

解決方法:在sys.c中添加“#include"misc.h"”

3). ..SYSTEMusartusart.c(75): error:#20: identifier "GPIO_InitTypeDef" is undefined

解決方法:在usart.c中添加“#include”stm32f10x_gpio.h””

4)..SYSTEMusartusart.c(77): error:#20: identifier "USART_InitTypeDef" is undefined

解決方法:在usart.c中添加“#include"stm32f10x_usart.h"”

5)..SYSTEMusartusart.c(80): error:#20: identifier "NVIC_InitTypeDef" is undefined

解決方法:在usart.c中添加“#include"misc.h"”

6)..SYSTEMusartusart.c(82): warning:#223-D: function "RCC_APB2PeriphClockCmd" declared implicitly

解決方法:在usart.c中添加“#include"stm32f10x_rcc.h"”

7)..HARDWARELEDled.c(22): error:#20: identifier "GPIO_InitTypeDef" is undefined

解決方法:在led.c中添加“#include"stm32f10x_gpio.h"”

8)..HARDWARELEDled.c(25): error:#20: identifier "RCC_APB2Periph_GPIOA" is undefined

解決方法:在led.c中添加“#include"stm32f10x_rcc.h"”

8、build target結(jié)果




上一頁 1 2 下一頁

關(guān)鍵詞: 正點原子STM32F10x庫函

評論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉