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