For reference, I'm using a NUCLEO-G0B1RE board.When using USBD Audio class, only one PMA buffer is being used (buffer 1) for OUT transfers. Resulting in only half packets being received.Linking the github topic for more explanation : https://github.c...
Hello, I've been trying to port the X-CUBE-USB-AUDIO library onto a STM32G0B1RE nucleo board. Right now, I'm struggling with the configuration of PMA buffers. My configuration right now :
HAL_PCDEx_PMAConfig((PCD_HandleTypeDef*)pdev->pData, 0x00,...