cancel
Showing results for 
Search instead for 
Did you mean: 

USB FS Host using FreeRTOS

tarbal
Associate III

Hello,
I am trying to configure USB FS Host using FreeRTOS on STM32H750.
After connecting a device to the USB I get failure on memcpy(). The problem happens because pxQueue->uxMessagesWaiting gets value while the queue (os_event) has no elements.
I believe that I missed anything in the configuration.
I didn't find any manual on the USB FS Host using FreeRTOS configuration.
Could anybody please point to a manual?

1 ACCEPTED SOLUTION

Accepted Solutions
tarbal
Associate III

The problem was in the stack size. Setting the MINIMAL_STACK_SIZE to 512 resolves the issue.

View solution in original post

1 REPLY 1
tarbal
Associate III

The problem was in the stack size. Setting the MINIMAL_STACK_SIZE to 512 resolves the issue.