how to convert a ST IAR example project (STM32F1 DALI : STSW-DALI001) to a system workbench project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-17 8: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-17 9: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.
Up vote any posts that you find helpful, it shows what's working..
