HAL_I2C_GetState does not work after task creation and before osKernelStart()
HelloUsing FreeRTOS on F412.Considering this simple function:void initFromEEprom(void) { uint8_t data[10]; HAL_StatusTypeDef err = HAL_I2C_Mem_Read_DMA(&hi2c1, 160, 8, 16, ...