Is there any possibility of using just the ioc file to generate the .pio project? Some chips don't have the .gpdsc option in CubeMX (for eg. H745). I would like to not have to use cube ide, and instead use pio.
Alternatively, is there a different way to get a .gpdsc file from the cube ide project it generates?
I don't have any experience with this chip lineup, maybe other options (like SW4STM32, Cube IDE) can be sufficient enough to be recognized by PlatformIO? Need to be tested
Is there any possibility of using just the ioc file to generate the
.pio
project? Some chips don't have the.gpdsc
option in CubeMX (for eg. H745). I would like to not have to use cube ide, and instead use pio.Alternatively, is there a different way to get a .gpdsc file from the cube ide project it generates?