User Activity

Posted on December 24, 2015 at 04:11Hello,I use the STM32F103C8T6 to practice.I got the stm32f1-stdperiph v3.5 as include files.Now, I try to do my fisrt step to make work the USB peripherial. My problem is I didn't find any easy struct access to th...
Posted on June 11, 2015 at 02:00hello, I'm discovering how the analog works input in STM32F103. There is something I still didn't find in the datasheet. I understood all the mode and register configuration, but where is the information to know with ...
Posted on May 30, 2015 at 02:47Hello, Is somebody could say me if there is some issue with ST-Link CLI to write bin file? Command doesn't take the address parameter 0x08000000 and try always to write at 0x00000000. Please see my screenshot below. Th...
Posted on April 27, 2015 at 20:45Hello, I try to use I2C between STM32F103 + ATMEGA32. Side ATMEGA, my I2C program Master/Slave works at 300% sure in all mode. Side STM32, that's the part I try to make work. In first test, STM32 is in Master Transmi...
Posted on March 20, 2015 at 19:41 Hello, I'm looking for some help about the main frequency. Maybe I do not understand correctly the documentation. My test program is just a blinking LED on PORTA PIN 0. RCC->APB2ENR |= RCC_APB2...