Posted on May 17, 2011 at 13:05I'm trying to write a PC program to control my STM32 via USB. I've to admit that I'm totally new to USB and don't know if I'm on the right track. The first thing I did was to look at the source code of the USB HID Demo...
Posted on May 17, 2011 at 13:05Thanks for the link. I found that comment there: http://www.st.com/mcu/forums-cat-3586-12.htmlAlthough, after reading over it again I noticed that the ''we can't distribute them'' was related to the 3rd party apps and ...
Posted on May 17, 2011 at 13:05Is the USB HID Demonstrator Source Code available somewhere? Couldn't find it yet. I also read somewhere in the forum, that STM couldn't publish it because it includes some 3rd party graphic components (they were talki...
Posted on May 17, 2011 at 13:02Hello, I'm currently struggeling with a really strange problem. I'm having a global variable ''u32 SDO_Buffer[SIZE]'' as a ring buffer. It basically works to access it and write my data into the buffer, but what also d...
Posted on May 17, 2011 at 12:54It actually seems that my previous assumption was wrong, and that it was just counting down a huge counter, for which I had to go through every step. But now I think I got the position where it is stuck: Call stack: ma...