User Activity

Posted on April 23, 2013 at 22:41 Hi, I have some working code on STM32F103 that I want to use with a STM32F051 (Discovery board) but I have some troubles to get the SPI communication working. The program get stuck when waiting for an in...
Posted on April 14, 2013 at 22:06 Hi everyone I use STMF1 and STMF4 devices for some time now but I just started with STM32F0 devices (Discovery board) and I have a quite strange problem. I created a class called Pin that can initializ...
Posted on October 10, 2012 at 00:12Hi, I need to set up a USB connexion between my computer and an STM32 device so I took the Custom HID example provided by ST and I'm trying to make it works as I want. I just want to send and receive up to 8 bytes ...
Posted on March 23, 2012 at 17:54 Hi everybody! I'm trying to make a bootloader that fetch a program from an SD card. I finally manage to parse the HEX file correctly and write the content in the flash memory but when I try to jump to the ...