Is HAL Library/API thread-safe
I am developing software for a system (using HAL API) that communicates over CAN and I recently got into some issues related to thread-safety. I am using STM32L496ZGT6 mcu.Some background info:My main "thread" runs cyclically in a predetermined tick ...