Question
Hello, I'm using FreeRTOS and I'am wondering if the HAL Driver functions are thread safe. So if I call for example the HAL_I2C_Master_Transmit function from multiple threads, do they interfere with each other, or are they thread safe?
Cheers and thanks a lot.