2023-06-12 02:45 AM
Hi,
I am using STM32H743VITX controller in my project.
The main problem is , the file which i want to store in USB drive is get stored in SD card & usb drive not have any file. Also, both drive show same toatal size & free space.
I already created different instances & path for two drives.
Please help me for same. If i got working example then it will more helpful.
2023-06-19 03:05 AM
hi @Chinmay.1
Please have a look at this application, it is running on the STM32H743_EVAL board and using uSD & USB drive simultaneously.
Hope this helps.
2023-06-19 10:00 PM
Hi @Haithem Rahmani ,
Thanks for solution. The solution that you are shared is using RTOS but In our project, we can't use RTOS.
Without RTOS, Can we mount & transfer files between two devices at a same time ?