Skip to main content
Visitor II
February 11, 2021
Question

need example for USB read and write in FREERTOS. We are using STM32F429 MCU and USB 2.0 host with HAL library.

  • February 11, 2021
  • 2 replies
  • 1671 views

In another project I have used USB with HAL library in same MCU (STM32F429) without RTOS and it worked, now I am having problem in read and write USB with FREERTOS. Can you suggest any project example for the same?

    This topic has been closed for replies.

    2 replies

    BRAUT.1Author
    Visitor II
    February 16, 2021

    Please help

    Graduate II
    February 17, 2021
    BRAUT.1Author
    Visitor II
    March 9, 2021

    The example provided is difficult to compile in STM32 IDE with my existing project using git submodule. Can you provide simple example ready to compile in STM32 IDE