how to use spl instead of hal for starting F103 project
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-28 10:52 AM
hello forum,
I want to select SPL instead of HAL for a F103 project
how to do this ?
thank you
Labels:
- Labels:
-
STM32CubeIDE
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-28 11:23 AM
Don't see that being a supported use case.
You'll likely need to hand build a project, pulling in the library source files, and pointing at the include files.
The GNU/GCC compiler should have no issue building SPL code.
You could make a proxy project for the specific part, and then remove and replace the HAL linkage, command line defines, etc.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
