Why are Regular Conversion Manager (RCM) functions not present in the MC SDK 5.4.3 code while present in the documentation?
Hi,
I am develloping a system using the motor control sdk. I am usiung the STSPIN32F0 chip and the following software versions:

This module only has one ADC peripheral and I need to use it in my application. Looking around, I have found that the Regular Conversion Manager (RCM) might be exactly what I need for this situation. I can see in the release notes that this feature was added in the 5.2.0 version:

They say to "Refer to the Reference documentation for more information.". So I looked at the documentation for my version which I found in the motor control worbench under "Documentation->STM32 motor control SDK5.x - Firmware". In this document, I found the following information:

and also:

This is all good and well, but when I search for these functions in my STM32cubeIDE workspace were I have the project it doesn't find anything:

I have also manually looked in mc_tasks and mc_api where these functions should be located.
I have serach on the web everywhere for if this feature was removed, or if I need to do something in the workbench in order for these functions to be generated but I can't find anything.
I really need this feature for this project...
Best regards,