cancel
Showing results for 
Search instead for 
Did you mean: 

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

SSeo.17
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

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
Associate III

ZRELLI,

Thank you for your reply.

Let me refer to it.

Best regards.​

SSeo.17
Associate III

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.