USBHost library. NOTE: This library is only officially supported on the LPC1768 platform. For more information, please see the handbook page.

Dependencies:   FATFileSystem mbed-rtos

Dependents:   BTstack WallbotWii SD to Flash Data Transfer USBHost-MSD_HelloWorld ... more

Issue: There is no error returned when mass storage device has no more space

Following the example provided in the library, if you try to open and write a file but the mass storage device is full, no error is returned neither in the open() or fprintf() methods. How can I realize if there is no more space?

Thank in advance!

Seba