USBX Host MSC Standalone functions missing
I am on an H562 and trying to rd/wr a file on a USB memory stick using the mass storage controller.
I am trying to understand what to do about this block when I am running in standalone mode. I started from an example code which is in RTOS mode but I want use the standalone mode.
When I tried to implement something meaningful in UX_DEVICE_INSERTION status, it turns out that the expression
_mediaPtr = &_storageMediaPtr->ux_host_class_storage_media;fails to compile because 'UX_HOST_CLASS_STORAGE_MEDIA' has no member named 'ux_host_class_storage_media'.

I think the problem is in this definiton:

but I need to use FILEX.
Than I tried the method 2 using the function 'ux_host_class_storage_media_get' but it is not present in the folder Middlewares/ST/usbx/common/usbx_host_classes/src

Which of the two methods should I use? How can I skip the problems? Do I have to define something different?
