Mac os x driver for stm32 series
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-04 8:07 AM
Posted on November 04, 2011 at 16:07
I am sorry I am new here and did not found the related info in this forum.
So I wonder if ST plans to release mac os x drivers for STM32.If a thread is currently treating this subject I would be grateful if someone could point it out to me.Thanks,moustache #os-x #mac #stm32
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-04 1:36 PM
Posted on November 04, 2011 at 21:36 Do you mean general support for STM32 programming, or support for programming the parts using the STLink interface? GCC is readily available for OSX, although it's reported time consuming to download and set up. The STLink v1 (as on the 32VLDiscovery) is problematic on Apple because it emulates a SCSI device, and Apple doesn't provide a user-level API that's like Linux SG / SCSI Generic. The STLink v2 works with a branch of my stlink-download utility, available on Google Code http://code.google.com/p/arm-utilities/source/browse/trunk#trunk%2Fstlink-download
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-08 11:05 AM
Posted on November 08, 2011 at 20:05
Thanks Donlad,
You answered my question (for now... ;)