User Activity

Posted on October 24, 2016 at 09:56 I have just updated to Cube v4.0 which I also think updated the firmware package for the chip I am using (STM32F030RCTx). There is a bug in the initialisation code for the DMA that causes the project not to be...
Posted on October 06, 2016 at 17:48I am trying to configure STM32F030RCTx USART1 and USART3-5 to all have 921600 as the baud rate.  USART3 refuses to take a baud rate that high.  The highest it takes is 500000, any higher than that and it reverts ba...
Posted on September 23, 2016 at 11:35 I have found a bug in the STM32F0xx HAL SPI driver, specifically in the HAL_SPI_Transmit andHAL_SPI_TransmitReceive functions. Basically they are converting a pointer to uint8_t into a pointer to uint16_t. The...