RadioOperator / STM32F103C8T6_CMSIS-DAP_SWO

CMSIS-DAP SWO CDC STM32F103C8T6 BluePill STLINK ARM Debugger
Apache License 2.0
375 stars 193 forks source link

keilv5工程编译失败 #14

Closed Asgiftia closed 9 months ago

Asgiftia commented 9 months ago

楼主您好,我是用keilv5编译工程发现报出大量头文件缺失的情况,部分已经根据您之前的issue,将v5路径加入解决,但还存在以下头文件无法找到 USB\usb_config.c(521): error: #5: cannot open source input file "usb_lib.c": No such file or directory USB\usbd_STM32F103.c(16): error: #5: cannot open source input file "RTL.h": No such file or directory image 同时打开工程时无法加载USB_CM3.lib文件 image 请问,是不是此工程在v5下无法编译,需要v4下进行编译,感谢解答

RadioOperator commented 9 months ago

refer to this:

https://www.stmcu.org.cn/module/forum/forum.php?mod=viewthread&tid=616081&extra=&highlight=f103c8&page=1 https://shequ.stmicroelectronics.cn/thread-616081-1-1.html

Asgiftia commented 9 months ago

楼主您好,我已经根据您提供的链接完成配置,目前编译完成,感谢。 关于cmsis-dap,目前官方提供的代码不管是cmsisi还是daplink都是基于rtos进行开发,楼主您有做过相关的工程吗?😊

RadioOperator commented 9 months ago

楼主您好,我已经根据您提供的链接完成配置,目前编译完成,感谢。 关于cmsis-dap,目前官方提供的代码不管是cmsisi还是daplink都是基于rtos进行开发,楼主您有做过相关的工程吗?😊

有用RTOS的: https://github.com/RadioOperator/CMSIS-DAP_for_STLINK-V3MINI

Asgiftia commented 9 months ago

好的感谢,我研究一下😃