2022-05-01 05:42 AM
Hello!
I want to implement USB host MSC function on freeRTOS using stm32F427.
It is implemented to work well without applying the freeRTOS, but it does not work if the freeRTOS is applied.
Please introduce materials or web sites that can refer to the necessary information for setting up on cubeIDE.
Thank you.
Solved! Go to Solution.
2022-05-04 07:51 AM
Hello @SSeo.17
You can refer to the following example under F4 Firmware Package:
I hope this helps.
BeST Regards,
Walid
2022-05-04 07:51 AM
Hello @SSeo.17
You can refer to the following example under F4 Firmware Package:
I hope this helps.
BeST Regards,
Walid
2022-05-04 07:58 PM
ZRELLI,
Thank you for your reply.
Let me refer to it.
Best regards.
2022-05-24 09:33 PM
Hi,
I am working on the code generated by CubeMx in the CubeIDE environment
It is very difficult to compare USBH-related codes based on the data you gave me.
I want to implement other functions first and then USBH MSC function later.
Best regards.