2017-07-17 08:41 AM
Hi
why is ST releaing example projects for IAR but not system workbench? Is there a way convert this IAR project to system workbench?
Thx
2017-07-17 09:28 AM
Probably because IAR is a commercial grade tool used by the companies that ST is focused on supporting.
The bigger question is why can't tool chain X do a half reasonable job of 'importing' a project from tool chain Y? When you're a third tier tool chain vendor the first item on the check list would be how to pull customers away from the first tier vendor.
When I port things in to Keil, I start with a shell project, and then add in the files and directories from the other tools, and pay attention to the metadata/options within the other project, ie command line options, include paths, etc. At some point you get down to compiler specific things, like keywords, pragmas, in-line assembly, etc, and you'll have to manage those based on your understanding of your own chosen tool chain vs the one used by the original developer.