Posted on May 17, 2011 at 13:24Well I haven't seen or tried any arm7/stm32 software to do this. I usually cheat in the early stages and look for stuff already to go, like this: USB Host device for micros: http://www.saelig.com/FF/FF005.htm Then I tr...
Posted on May 17, 2011 at 13:24Sigh... Check the stm32 site for 'usb host stack' there are like 6 vendors for the sw. Early looks for free sw yielded nothing.
Posted on May 17, 2011 at 12:17I found a good, basic example from a nice person who posted their complete package online. He/she was also nice enough to setup for Programmers Notepad2, Eclipse and some other IDEs. And he uses the STM peripheral lib ...
Posted on May 17, 2011 at 12:17Seems no one knows? I got the latest stm32 peripheral firmware and have been trying to build my lcd demo using it and the tips in the help file. I used the startup.s and have been tweaking the ld script to get it to bu...
Posted on May 17, 2011 at 12:17''I would use Eclipse based tools only as a last resort and rather pay [more] for a faster, lighter IDE.'' Me too thats why I am trying to get Programmers Notepad 2 setup, and also Code::Blocks. Code::Blocks is also wi...