Page 1 of 1

Adding STM32Cube init files to platformio

Posted: Wed Apr 03, 2024 1:43 pm
by shbzrozn
Hello,

i have been developing projects for arduinos and atmega chips, but now i have a project where i'll be using stm32chip and stm32duino to be able to use arduino commands. I want to use the STM32HAL library and i am using platformio. Now i found some reference on how to do this https://github.com/orgs/stm32duino/discussions/1373, to generate the init config files with stm32 cube and then import the files to the project, but the GPDSC option isn't available anymore, although EWARM also generates similar files?
Or is there an easier way with STM32Duino in platformio where i just have some built in commands already?

Best regards