Need some help, trying to get the standard USB UVC device example running on an STM32U585 (B-U585-IOT02A) board.
Compiling goes well, flashing to the target without issues, but running it returns:
PANIC: Not enough FIFO RAM for all endpoints
Now I know what an end-point is but I have no clue where to get started.
what means FIFO RAM in this case > is this the same as static allocated RAM?
Where to allocate it and which size needed for the standard example code provided?
Thanks and looking forward to receive some clues.