TouchGFX integration with Middlewares : USB Mass Storage and microSDCard.
- May 14, 2020
- 17 replies
- 3918 views
Hi,
I am working on below setup:
Software Tool Chain:
STM32CubeMX 5.6.0
TouchGFX 4.13.0 Designer
STM32CubeIDE 1.3.0
STM32F746G Discovery Kit v3.0.1 (AT)
Hardware:
STM32F746G-DISCO (Discovery Board)
USB Mass Storage Drive (32 GB)
microSDCard (64 GB)
I have gone through below link studied and implemented examples given there.
with ADC and UART with TouchGFX.
I got (think) the most efficient way is to use TouchGFX Ecosystem with FreeRTOS MVP .
Now I have to integrate Middleware like USB Mass Storage Device , SDCARD FAT32 +exFAT
with TouchGFX GUI.
Unfortunately, There is no example so for on touchgfx.com.
In my application, I have to copy File from USB Mass Storage to SDCard with TouchGFX GUI (Scroll List) with Add/remove feature .
USB Mass Storage and SDCard with FATFS + exFAT works well without TouchGFX .
How to I transfer "File Names" from USB Mass Storage to TouchGFX GUI scroll list?
So for simplicity, I have created array in main.c then try to transfer to GUI Scroll List Items.
But so far there is no example I have seen on touchgfx website, Is this the prefect/right method of not ?
I have written some steps as attachment .
Please advice how to proceed this ..
Thank in advance ..
--
Karan
