User Activity

Posted on September 28, 2017 at 08:43Hello!I am trying to use USART2 + DMA for Rx/Tx. Tx is working OK already.For Rx, I would like to use DMA circular mode.I use followings.  STM32L476 nucleo  STM32CubeMX, STM32CubeL4 1.9.0.After do workaround PLLM...
Posted on October 19, 2016 at 06:03Hi!Attached stm32f4xx_hal_i2c.c is from stm32cube_fw_f4_v1131.zip. line 657,       if((__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_BTF) == SET) && (Size != 0U)) It looks better to be hi2c->XferCount or hi2c->XferSize, than S...
Posted on July 13, 2016 at 04:05Hi, I encountered following. When I set device type as ''ST STM32F401xE'' on EWARM, the project was build successfully. Is the device type should determined everytime? with,   STM32CubeMX Version 4.15.1   STM32Cube FW...
Kudos from