2024-08-05 01:28 AM
Hi
I can't find USB device with MTP example.
Is there any resource about USB device with MTP?
Solved! Go to Solution.
2024-08-07 05:23 AM
There is no current example of an MTP device using the ST library.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-05 02:14 AM
Hello @Zhou JianQiang
USBX device class(Printer,MTP,CCID ) were brought by Azure RTOS starting from v6.1.10.
Here is an example of USB MTP device
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-05 02:41 AM - edited 2024-08-05 02:42 AM
Hi @FBL :
I want to use the library provided by ST(Middlewares\ST\STM32_USB_Device_Library\Class\MTP), so there's no examples and document now, right?
What I should do is look at the examples, right?
2024-08-05 09:30 AM
You can find an example using F4 product under STM32Cube\Repository\STM32Cube_FW_F4_V1.28.0\Projects\STM324x9I_EVAL\Applications\USB_Host\MTP_Standalone then you can update the source code to match the hardware and peripheral configuration of your target.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-06 05:43 PM
Hi @FBL :
Thank you, I know the host MTP example, but I want to find a device MTP example.
I need to know how to combine MTP and SDMMC.
2024-08-07 05:23 AM
There is no current example of an MTP device using the ST library.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.