cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting Keil projects to platformio

Pstud
Associate

Hi all,

I have a project at Keil µVision using STM32F407VG board (it is created using cubeMX). I would export it as a plateformIO Atom project. The issue is that when generating the code in cubeMX I haven't the IDE platformIO. So I try to create a project under platformIO and I add the genrated code by cubeMX, but this did not work!! 

So, can anyone help me or direct me a good tutorial for it, please.

1 REPLY 1
MikeDB
Lead

Having just wasted two days myself trying to get an existing project to work under PlatformIO, are you sure this is something you really want to do ? There seem to be numerous problem in the VS Code the IDE is built upon, it seems to recompile everything on a whim so takes ages to produce code, and the upload to target throws up errors all the time. It's a good idea to have a single embedded platform but I think it hasn't matured yet, though maybe others have had more luck (or perseverance)