[自用]stm32學(xué)習(xí)坑點(diǎn)ep.2(正點(diǎn)原子STM32F7阿波羅開發(fā)板)
2023-06-15 19:56 作者:暗丶dark_Silence | 我要投稿
在Options for Target的Debugger一欄選擇ST-Link?Debugger

2.編譯前在Manage Project Items中刪除一些不必要的hal庫文件,例如:stm32f7xx_hal_msp_template.c,stm32f7xx_hal_timebase_rtc_alarm_template.c,stm32f7xx_hal_timebase_rtc_wakeup_template.c,stm32f7xx_hal_timebase_tim_template.c.它們可能會(huì)造成一些重復(fù)定義導(dǎo)致編譯失敗

3.在Options for Target的C/C++一欄中添加宏定義:USE_HAL_DRIVER,STM32F767xx

4.在將程序Download到芯片之后,記得reset(不然程序不會(huì)運(yùn)行

標(biāo)簽: