两只袜子 发表于 2021-5-12 17:00

华大单片机使用经验-少入坑

1、错误:error: #5: cannot open source input file “core_cm0plus.h”: No such file or directoryimage.png (61.58 KB, 下载次数: 0)下载附件保存到相册6 天前 上传


解决办法


2、问题:在 board_stkhc32l13x.h 中定义了端口引脚,怎么引用到驱动
解决:官方已经将board_stkhc32l13x.h这个文件引用到了ddl.h中,驱动使用时直接引用ddl.h

huquanz711 发表于 2021-5-12 18:38

谢谢楼主分享经验
页: [1]
查看完整版本: 华大单片机使用经验-少入坑