User Activity

Posted on December 05, 2012 at 10:43 Hi, I do use the ST Evalboard STM3220G-Eval and started with ST example project USB HID Device Mouse/Joystick. It does work on Windows and Linux - no problems. Now I started to modify the example ...
Posted on July 04, 2012 at 10:12 To jump into the internal bootloader out of the application I do use the following code static const uintptr_t ST_BOOTLOADER_BASE = 0x1FFF0000; static const uintptr_t RESET_VECTOR_OFFSET = 4; static co...
Posted on April 12, 2012 at 10:26To integrate firmware update functionality into a custom c♯ application I start to use ST Dfuse dll from c♯. I managed to enumerate and identify the device (UM0392 - 3.1 and 3.2) but now get stucked  while trying to ...