User Activity

Posted on May 21, 2015 at 09:01hello ! I tried to make work an interrupt subroutine by pressing on user button present on the nucleo f091rc... I wrote into ''stm32f0xx_exti.c'' the function EXTI13_Config() as shown in code example : void EXTI13_C...
Posted on May 04, 2015 at 11:49Hello everyone. My target is STM32F091C I want to send something using SPI and after that make an impulse with a bit of my microcontroller. On my scope I see that I send well the data but the impulse is not generate. ...
Posted on May 04, 2015 at 11:45Hello everyone. My target is STM32F091C I want to send something using SPI and after that make an impulse with a bit of my microcontroller. On my scope I see that I send well the data but the impulse is not generate. ...
Posted on April 22, 2015 at 17:02Hi everyone, I'm trying to program the SPI2 of my STM32 to only transmit data at 18Mbit/s as I saw on datasheet. My problem is to configure the ''SPI_HandleTypeDef'' in order to use the function : HAL_StatusTypeDe...
Posted on April 21, 2015 at 10:35Hello everybody, I got a Nucleo F091RC and I'm starting programming but it is pretty complex. I use Coocox and GCC compiler. I try to understand how my board works with the HAL libraries. First I would like to cha...