2024-12-22 06:21 PM
In MCSDK 6.2.0, it says "Selected hardware boards do not support this feature".
In MCSDK 6.3.2, nothing.
Why?
Without this, it generates MC code using systick, and if adding FreeRTOS with CubeMX, I have to merge the systick handlers for FreeRTOS and MC and some other works. The change is "volatile" when generate code with CubeMX again.
I'm heavily rely on CubeMX, so what's the solution?