Hello Guys,
Have you ever used http://sourceforge.net/projects/sloadhost/ to flash STM32s via UART, using the factory bundled boot loader ? I'd like to add it to our wiki as a non-windows-based option to flash eLua but I don't have any STM32 (yet) here to test it. Best Dado _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
I don't know about that, but we always have this :
http://github.com/jsnyder/stm32ld :) Tested by me on Linux and by James on OS X (I think I also tested it under Windows, but of course you already have the ST tool there). Best, Bogdan On Thu, Jun 24, 2010 at 9:28 PM, Dado Sutter <[hidden email]> wrote: > Hello Guys, > Have you ever used http://sourceforge.net/projects/sloadhost/ to flash > STM32s via UART, using the factory bundled boot loader ? > I'd like to add it to our wiki as a non-windows-based option to flash > eLua but I don't have any STM32 (yet) here to test it. > > Best > Dado > > > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > > eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by Dado Sutter
On Jun 24, 2010, at 11:28 AM, Dado Sutter wrote: > Hello Guys, > Have you ever used http://sourceforge.net/projects/sloadhost/ to > flash STM32s via UART, using the factory bundled boot loader ? > I'd like to add it to our wiki as a non-windows-based option to > flash eLua but I don't have any STM32 (yet) here to test it. On Jun 24, 2010, at 11:57 AM, Bogdan Marinescu wrote: > I don't know about that, but we always have this : > > http://github.com/jsnyder/stm32ld Thanks. I was just writing one of those in C++ myself. You've saved me some time! Ned Konz _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
You know, I swear I looked around fairly extensively for something like this before Bogdan mentioned his own code (stm32ld). I had been using a version written in Python, but it was fairly slow, and was about to implement my own in C. I see I was not the only one looking :-)
It probably could do with another feature or two, but it has worked quite well for me, and the code is nice and simple.
On Thu, Jun 24, 2010 at 2:32 PM, Ned Konz <[hidden email]> wrote:
-- James Snyder Biomedical Engineering Northwestern University [hidden email] PGP: http://fanplastic.org/key.txt Phone: (847) 448-0386 _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |