Skip to main content
Pstud
Visitor II
March 3, 2019
Question

Exporting Keil projects to platformio

  • March 3, 2019
  • 1 reply
  • 1325 views

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.

This topic has been closed for replies.

1 reply

MikeDB
Senior II
March 4, 2019

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)