anybody got usbx / Azure rtos MSC host (USB stick) working ? (on H563-nucleo, CubeMX seem useless )
as a somewhat naive fool i was thinking, CubeMX and ..IDE is a great tool to create a working basic program, running a chip/soc and its peripherals in short time. And the problems or errors in this tools will be removed sooner or later, leading to an almost perfect tool.
So i tried the "new" H563 , on NUCLEO-H563ZI , using SD-card and USB-stick as storage and driving USB-audio-host. ok, it has only one usb-port, so i tried just make an audio-host at first.
but surprise, i cannot use FATFS, because no more there in Cube, only Azure rtos and Filex from M**bleep** to choose...
ok, so i tried this. Nothing working - what a surprise.
And the only existing example is made only for IAR , not easy to get it to stm-IDE in any useful way.
So i tried now a new simple project: just use USB-MSC , to connect a USB-stick -- to see, whats missing , to get it activated in my usb-audio-host.
But surprise, not working...out of the box. :)
see: this its usb handling:

yes, really doing nothing. perfect tool.
in old times, with fatfs and "simple" usb lib, on H743 i did usb-msc-host, working really:

in my simple understanding of such complex thing, as connecting an usb-stick , this old MX generated code did something useful, the new "improvement" with Azure/rtos i just dont understand - for my small brain it just looks like people with no brain at all working here to do the best they can.