OTG_USB: How to decouple OTG interrupt filesystem access from normal access.
I'm currently implementing USB OTG filesystem access via the MPT protocol on a H7 with an external quadspi-flash. It works so far, but all OTG calls are interrupt functions that then call file system functions via the mpt protocol. How can you then a...