Replies: 4 comments 4 replies
-
can you uncomment this line https://github.com/hathach/tinyusb/blob/master/src/portable/synopsys/dwc2/dcd_dwc2.c#L208 have LOG=2 and post the allocation detail. |
Beta Was this translation helpful? Give feedback.
-
I think we can add 2 tunables to set Tx/Rx FIFO to 2*MaxPacketSize or not. |
Beta Was this translation helpful? Give feedback.
-
I do not use TU_LOG but I've re-reouted the call to my logging library: TX FIFO 0: allocated 16 words at offset 1008 After these, assert is triggered. |
Beta Was this translation helpful? Give feedback.
-
I do use iso in and out CFG_TUD_AUDIO_FUNC_1_EP_OUT_SZ_MAX 912U CDC - 512
I'm quite sure I'm on the limit of the hardware, the real question is if I can do anything about or I have to discard something to make space. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a way in tinyusb to extend usb hardware fifo with software anyhow?
I've ran out of available space - dfifo_alloc asserts. I'm currently running USB HS with: 2x CDC, 1xAudio, 1xDFU, 1xMSC. Audio is taking quite a lot of the fifo due to multichannel configuration.
Beta Was this translation helpful? Give feedback.
All reactions