C++, FreeRTOS, tasks, classes, and how to make them work.
I have a large (moderately, perhaps) C++ project generated under CubeMX, using FreeRTOS, written in C++, and using tasks. I've been having problems getting the variables in the task to relate back to the C++ class that initialized and created that t...