Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aux_serial: Increase UART DMA buffer sizes for USB HS
* usbd_ep_read_packet for a 64 byte FS bulk packet uses a 128-byte DMA bounce buffer okay, but for a 512 byte HS bulk packet will overflow it and corrupt adjacent .bss variables. * Allocate more space for both buffers, fixing stlinkv3.
- Loading branch information