Skip to content

Commit 30f8a9d

Browse files
committed
Disable SBUF_ISO for U0
Signed-off-by: Mengsk <[email protected]>
1 parent 4cf7e95 commit 30f8a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/portable/st/stm32_fsdev/fsdev_stm32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@
202202
#include "stm32u0xx.h"
203203
#define FSDEV_PMA_SIZE (1024u)
204204
#define FSDEV_BUS_32BIT
205-
#define FSDEV_HAS_SBUF_ISO 1
205+
// Disable SBUF_ISO on U0 for now due to bad performance (audio glitching)
206+
#define FSDEV_HAS_SBUF_ISO 0
206207
#define USB USB_DRD_FS
207208

208209
#define USB_EP_CTR_RX USB_EP_VTRX

0 commit comments

Comments
 (0)