Hi all, I am relatively new to the embedded world so bear with me on this one.
I have tried around 8 times now to get my STM32G474RE board (with just a SD card breakout assign to SP6) to transfer into Platformio and have zero success. I have tried to build it, transfer all the .c files and all the .h files to the src and include folders but there are simply too many for that to be the right answer. I have tried to format the files in a way to get platformio.ini to read them but I can only include one extra directory so that won’t work either. I dug through some other forums that suggested using an old stm32pio converter but the new Cube MX doesn’t allow for GPDSC file formats anymore so that won’t work either.
All of that to say I can’t get my build to be successful and I am pretty much stalled at the moment. Attached below is a picture of my current errors which are due to header and main files not being visible to the platformio.ini file. Anyone know how to get the files created from Cobe MX into a format which I can edit them through platformio using VScode?
If I move the one file it is referencing into main it just moves down the list to the next one it can’t find an so on.
Any and all suggestions are appreciated, thanks!
