Micropython development on MacOS for STM Controllers #11238
Unanswered
WolleKette
asked this question in
STM32 / Pyboard
Replies: 1 comment 6 replies
-
MicroPython includes it's own copy of the STM32 Cube libraries in a git submodule, so there is nothing special about macOS in this regard. You do not need any special software other than the Arm GCC toolchain. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So far I have developed software for ESP32 controllers under MacOS. Now I need a controller with 12-bit ADC and 12-bit DAC for a project and came across the controllers from STM (e. g. STM32L452xx). I read that these are supported by Micropython and was excited.
But I find confusing information about the toolchain on macOS.
There I find instructions how to install a STM32CubeIDE under MacOS and somewhere else it says that MacOS is not supported by STM32CubeIDE. Then there is STLINK, supposedly the predecessor of STM32CubeIDE, at Homebrew available for the Mac.
Does anyone have experience with using MacOS (Intel) to develop micropython software for STM controllers?
Beta Was this translation helpful? Give feedback.
All reactions