Skip to main content
mehmet.karakaya
Associate III
September 28, 2020
Question

how to use spl instead of hal for starting F103 project

  • September 28, 2020
  • 1 reply
  • 647 views

hello forum,

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

how to do this ?

thank you

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 28, 2020

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..