Hi there,
I was wondering is there a simple way of replacing the HAL library added to the created stm32 project example with the standard peripheral library? Most of the example I can find in the internet are using SPL. Would then startup routines colapse?
there are plans to support CMSIS-PACK, and since HAL is present there and SPL not, there are better chances to implement HAL for F1 than SPL for F4.
Do you know maybe either those plans are for any soon?
hard to tell, but realistically they might take a few months.
but I don't see the point, adjust the project manually for whatever solution you decide; there was life before my templates and there will be even after.
There was probably, but Im a noob with STM32 and manually configuring projects. Im very used to 8 bit mcus where configuration only takes a few steps and you can remember every register in your mind because there so few of them.