Hello NETMF Guys,
I am attempting to add SD Card support to my LPC1788 Cortex-M3 port. I am having difficulty in seeing where abouts to inject my low level SD Card code support.
I can see I have included FS_config_stubs.cpp in my PAL. However this seems to want to mount volumes when the device initializes, whereas I wish to support hot swapping SD cards.
I would appreciate any pointers on how to get the RemovableMedia events working. How do I post to these events from my driver, and should I implement a volume in 'FS_MountRemovableVolumes'?
I could not find a port with this implemented in the PAL for me to take a look at. Rather - I can see other examples of using BlockStorage on internal FLASH to mount a 'Volume' but I was not able to see any 'RemoveableVolumes'. Perhaps I shall try to mount my FLASH as a volume first.
Many Thanks,
James Carter