Calling osDelay from a function called inside a Task
Hello,
I have a doubdt and I haven't found the solution on the internet (probably I haven't asked properly or I have been missunderstood)
The thing is that I have a peripheral driver,with a function to write and read to and from SPI, and between them, I have a delay.
If I have a Task, and from this task I call that function, with the delay being osDelay(), will it work, as the normal behabiour of calling osDelay from the task itself (allowing other tasks to run during the delay).
Thank you so much!
