How can I update an attribute from a class inside a callback, for example, HAL_SAI_RxCpltCallback?
Hi, I am using C++ for my project and I would like to have access to the elements of my class inside a callback function from HAL drivers. Until now, no success, can anybody help me how I can do this? Thank you.