User Activity

Posted on September 21, 2016 at 21:29 Hi, I started to work on SPI, my intention is to read three gyroscope sensor by SPI bus, Currently I testing SPI preipheral of my STM32 Discovery Board (STM32F407), this board has the sensor LIS302DL , w...
Posted on August 19, 2016 at 18:56 Hi everybody, I've started to use the STM32F4 Discovery, now I'm trying to use the ADC as single channel in conitnuous mode without DMA, i doesn't work , is it posible to do it? #include ''stm32f4xx.h'...
Posted on October 01, 2014 at 19:06 Hi everybody, currently I'm working on STM32F4 discovery using Keil software, I'm implementing USART transmission at 9600 of baudrate. I've definedUSE_STDPERIPH_DRIVER andHSE_VALUE=8000000 using the to...