You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems with the pico w on bluetooth mode, if I use pio USB the bluetooth stop to working once USB mount. I saw the discussion before where recommend use target_compile_definitions(${target} PRIVATE CYW43_SPI_PIO_PREFERRED_PIO=0) but it doesn't work. If I use native USB works perfect. I need switch bettwen native USB and Pio USB but once I enable the support for pio TinyUSB the native version don't work anymore. I need the native USB for this case or cases where I need the pio space for other programs. I use pio beacause I use dual mode for certain cases (Host -> pio, device -> native ). Somebody how make it work ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having problems with the pico w on bluetooth mode, if I use pio USB the bluetooth stop to working once USB mount. I saw the discussion before where recommend use
target_compile_definitions(${target} PRIVATE CYW43_SPI_PIO_PREFERRED_PIO=0)
but it doesn't work. If I use native USB works perfect. I need switch bettwen native USB and Pio USB but once I enable the support for pio TinyUSB the native version don't work anymore. I need the native USB for this case or cases where I need the pio space for other programs. I use pio beacause I use dual mode for certain cases (Host -> pio, device -> native ). Somebody how make it work ?Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions