adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
598 stars 488 forks source link

With v.1.6.1 there is a delay while connecting to USB #824

Open amowry opened 1 month ago

amowry commented 1 month ago

Operating System

Windows 11

IDE version

2.3.2

Board

ItsyBitsy NRF52840 Express

BSP version

1.6.1

Sketch

Custom NRF52840 board: https://github.com/amowry/WARBL2

What happened ?

After updating from 1.6.0 to 1.6.1, my custom USB MIDI board using the ItsyBitsy NRF52840 Express takes several seconds to establish a USB connection. Do have any suggestions for what might cause this?

How to reproduce ?

Create USB MIDI device using the ItsyBitsy NRF52840 Express package

Debug Log

No response

Screenshots

No response

amowry commented 1 month ago

The problem seems to be with TinyUSB v 3.1.3 or higher, so I've logged a bug there.