Skip to main content
SSeo.17
Associate III
May 1, 2022
Solved

USBH MSC dose not work on my stm32f427-board with freeRTOS.

  • May 1, 2022
  • 3 replies
  • 1942 views

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.

This topic has been closed for replies.
Best answer by Walid ZRELLI

Hello @SSeo.17​ 

You can refer to the following example under F4 Firmware Package:

  • Projects\STM32469I-Discovery\Applications\USB_Host\MSC_RTOS

I hope this helps.

BeST Regards,

Walid

3 replies

Walid ZRELLI
Walid ZRELLIBest answer
Visitor II
May 4, 2022

Hello @SSeo.17​ 

You can refer to the following example under F4 Firmware Package:

  • Projects\STM32469I-Discovery\Applications\USB_Host\MSC_RTOS

I hope this helps.

BeST Regards,

Walid

SSeo.17
SSeo.17Author
Associate III
May 5, 2022

ZRELLI,

Thank you for your reply.

Let me refer to it.

Best regards.​

SSeo.17
SSeo.17Author
Associate III
May 25, 2022

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.