User Activity

Posted on September 03, 2017 at 12:05I am designing a slave process that shall manage unpredictable write/read request from the master.Unpredictable: the slave doesn't know in advance how many bytes are going to be written from the master, and how m...
Posted on August 28, 2017 at 17:40I want to implement a slave I2C interface with STM32F411.I can't know in advance how many bytes are going to be written from the master, or how many bytes are going to be read.I followed this approach:check in HAL_I...
Posted on August 28, 2017 at 12:08Hi all,I know that it is an uncommon request, but I need to use FreeRTOS 8.1.2, even if the latest version is 9.0.0.I created the code base using STM32CubeMX, including FreeRTOS, and I got a complete project to star...
Posted on July 15, 2017 at 11:06I am using the STM32F411 as an I2C master to control a DC_DC converter with PMBus support.This device is within a local system, and it allows all 128 addresses to be assigned with seven user-assignable address pins. S...
Posted on June 21, 2017 at 13:00Hi,I am using two I2C busses with STM32F411 uController (I2C1 and I2C2) and I need to implement a pass-through between those two: messages coming from I2C1 shall be forwarded to I2C2 and viceversa.Is there any example...