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
The pico-ice-v3 board has an RP2040 between the iCE40 and USB port with emulated serial.
The calibration tool needs to be tested using the UART mirror through the RP2040, might need to change the baud rate to ensure it gets mirrored correctly.
The
pico-ice-v3
board has an RP2040 between the iCE40 and USB port with emulated serial.The calibration tool needs to be tested using the UART mirror through the RP2040, might need to change the baud rate to ensure it gets mirrored correctly.
This firmware for the RP2040 should do it https://github.com/tinyvision-ai-inc/pico-ice-sdk/tree/6ef9518a3d6a64894ddc7af0d36fad5698755ada/examples/pico_usb_uart
problem is it runs at 115200, whereas all examples use 1MBit UART baud rate
The text was updated successfully, but these errors were encountered: