Question
How to migrate a project built on STM32F0 platform using Standard Peripheral Library to STM32G0?
I had built a project using the device STM32F030C8T6 with the help of Standard Peripheral Libraries (SPL). However, I would like to migrate to the newer series of STM32G0, using the device STM32G030C8T6. But, I found that there are no SPL libraries for this new series, so that I could easily migrate my code as well. Is there any other alternative other than using HAL libraries and CubeMx software? I have already referred the migration application note, but found no support for software library packages.
