2014-11-18 11:31 AM
I have the DeFuse project working for bootloading an STM32 part. This works fine for the Windows environment. I'm interested in what people do for the MAC/Linux platforms? I know you can run Windows programs from a MAC environment, but this is not always acceptable to MAC users.
Has anyone done/seen a bootloader program written in something like QT Creator that would be platform independent? #bootloader #stm322014-11-18 05:18 PM
Perhaps you need to find programmers for the environment, not just users of it? I'm not sure where you'd find them, or hire them.
2015-10-01 09:28 AM
Has anyone done/seen a bootloader program written in something like QT Creator that would be platform independent?
TimbreTalk on github might work for you. It is written in Python and Qt. One of the toolbox tabs implements the STM32 bootloader protocol and allows you to download code to the micro. It runs on all three platforms.https://github.com/strawbot/TimbreTalk.git