User Activity

I'm using nucleo f429zi with LWIP v 2.1.2. Documentation states that for TX buffer PBUF_RAM should be used. In my case whole LWIP stack freeze after 28 send messages. When I change pbuf type to PBUF_POOL, everything works like a charm. Although in th...
Posted on July 03, 2018 at 17:03I cannot communicate my mpu6050 with nucleo-F103RB board via I2C interface. Here is my code, maybe someone could explain me what is wrong.&sharpinclude 'stm32f1xx.h'I2C_HandleTypeDef hi2c;UART_HandleTypeDef uart;void ...