Skip to main content
kqian
Associate III
July 22, 2019
Question

stm32f7 + freertos +USBFS MSC stack not working

  • July 22, 2019
  • 0 replies
  • 423 views

I am starting to use stm32f7 + freertos +USBFS MSC stack in the produce, but never work. I start from CubeMX, and it works if no freeRtos. The file can be written and opened without a problem, but with the FreeRtos, the code always stuck in the file-open();. I trace into the issue and find the code is stuck in fmt = check_fs(fs, bsect) of ff.c file.

Anyone can help me to figure it out? Thanks a lot for that.

This topic has been closed for replies.