User Activity

Posted on December 08, 2017 at 08:32Hello,I'm trying to start the DFU bootloader of an STM32F4 Controller.I have my own bootloader implementation and I try to jump to the DFU bootloader from my bootloader.My Problem is:My Firmware is connected to CA...
Posted on August 17, 2016 at 11:35Hello,when I read a single Byte from I2C using the HAL_I2C_Mem_Read_IT function, all following read or write attempts on the same I2C bus fail with HAL_Timeout. When I run exactly the same code on a STM32F2 (using t...