USB_Mass_Storage_Device APP and Linux

FYI

 

i have uploadet the APP:

mios32/trunk/apps/misc/usb_mass_storage_device/project.hex

on a STM32F4…

MiosStudio then say: “[16004.284] SD Card has been connected!”

but linux (Ubuntu 15.10) dont recognize a new Drive.

 

i have already tryd a other STM32F4 board - still the same.

 

maybe because the code was written for the stm32F10? > (stm32F4 has on board SD-Card slot) - i dont know, but the application recognize a sd-card.

"Required hardware:
   o MBHP_CORE_STM32 or MBHP_CORE_LPC17
   o a SD Card connected to J16 of the core modulRequired hardware:
"

MSD driver isn’t implemented for the STM32F4, only for STM32F1 and LPC17

Best Regards, Thorsten.

ah ok thx 4 info