Mega-IIe
Mega-IIe copied to clipboard
[rp2040] Buffer Full Assertion
trafficstars
sending a bunch of LED on and off commands, eventually, get a buffer full message:
assertion "buf_ctrl & USB_BUF_CTRL_FULL" failed: file "C:\Users\balde\Documents\Pico\pico-sdk\lib\tinyusb\src\portable\raspberrypi\rp2040\rp2040_usb.c", line 225, function: sync_ep_buffer
Newer version of the TinyUSB library seems to have fixed the assertion. (Or is it still commented out?)
Unclear, but I don't think we've had this issue recently.
Rev 3b is working very well, not sure if this is still an issue. Need to investigate later.