I’m using the mass storage driver similar to the example msd example, so that files on the sd card may be accessed at any time simply by plugging in a computer host via usb.
Is it possible to (I assume a semiphore is required) simultaneously access files by my mios32 application? I’m about to experiment using FILE_ functions <file.h> for file i/o.
I thought I’d ask the question. I’m kind of thinking that the app will need a switch to control which part has sd card file access enabled external_host<->app.
It would be nice if they could both have access to files any time.
Ca. two years ago, where I tried to combine MIDI+COM, it worked under MacOS, but caused a blue screen under Windows.
Meanwhile this combination is not working under MacOS anymore, I’m not sure why but haven’t spent much debugging effort for this topic since this is a very exotic usecase anyhow.
I don’t think that a MIDI+MSD combination will work in parallel, especially because it seems that Windows can only assign a single driver to a USB port.