cancel
Showing results for 
Search instead for 
Did you mean: 

how to use spl instead of hal for starting F103 project

mehmet.karakaya
Associate III

hello forum,

I want to select SPL instead of HAL for a F103 project

how to do this ?

thank you

1 REPLY 1

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..