日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

STM32F103固件库编程:关于core_cm3.c的错误

發布時間:2025/5/22 编程问答 26 豆豆
生活随笔 收集整理的這篇文章主要介紹了 STM32F103固件库编程:关于core_cm3.c的错误 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

STM32F103固件庫編程:關于core_cm3.c的錯誤。

解決方法有兩種:

1。直接刪除固件庫中的core_cm3.c文件,keil已有替代文件。

2。ARM編譯器版本從6,改回到5。

提示錯誤如下:

../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(445): error: non-ASM statement in naked function is not supported
? uint32_t result=0;
? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(442): note: attribute is here
uint32_t __get_PSP(void) __attribute__( ( naked ) );
????????????????????????????????????????? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(465): error: parameter references not allowed in naked functions
????????????????? "BX? lr???? \n\t" : : "r" (topOfProcStack) );
???????????????????????????????????????????? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(461): note: attribute is here
void __set_PSP(uint32_t topOfProcStack) __attribute__( ( naked ) );
???????????????????????????????????????????????????????? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(479): error: non-ASM statement in naked function is not supported
? uint32_t result=0;
? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(476): note: attribute is here
uint32_t __get_MSP(void) __attribute__( ( naked ) );
????????????????????????????????????????? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(499): error: parameter references not allowed in naked functions
????????????????? "BX? lr???? \n\t" : : "r" (topOfMainStack) );
???????????????????????????????????????????? ^
../Lib/CMSIS/CM3/CoreSupport/core_cm3.c(495): note: attribute is here
void __set_MSP(uint32_t topOfMainStack) __attribute__( ( naked ) );
???????????????????????????????????????????????????????? ^
4 errors generated.
compiling core_cm3.c...
".\Objects\F102-TEMP.axf" - 4 Error(s), 0 Warning(s).
Target not created.

?

總結

以上是生活随笔為你收集整理的STM32F103固件库编程:关于core_cm3.c的错误的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。