Copied project from TrueSTUDIO to STM32CubeIDE, and changed to C++, now my callback functions never run?
I had a working ADC/DAC C project generated from CubeMX to TrueSTUDIO, but decided I wanted to make the project C++ instead. From what I remember from trying it before, setting up C++ in TrueSTUDIO can be a hassle.So I decided to download/install Cub...