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 task.
I have a solution and some theories why, as well as a few things that don't work.
More in the next post, since I'd rather work in the standard reply format.
