User Activity

Posted on November 25, 2014 at 18:52I am implementing a command parser that receives data on a serial port. My need is to read one byte at a time and when I recive a full command I will handle it. I look at the example in STM32Cube_FW_L0_V1.1.0\Proj...
Posted on September 16, 2014 at 13:54I am trying to use multiple interupts on my nucleo board. I have used the cube hal. My problem is that I dont get the interrupts generated on the PB0 pin, but the PB1 works ok. I have tried to do the intializati...
Posted on June 18, 2014 at 10:07I have a project based on the example found in STM32Cube_FW_L0_V1.0.0\Projects\STM32L053R8-Nucleo\Examples\SPI\SPI_FullDuplex_ComIT I have changed the initialization of   SpiHandle.Init.CLKPolarity  to SPI_POLARITY_LO...