Hi,
I found a bug in the xosc setup for the rp2350...
*** terminal.s 2025-04-04 12:10:00.531599672 +0100 --- terminal.s.fixed 2025-04-04 12:09:54.951658114 +0100 *************** *** 112,118 **** li x15, XOSC_STATUS # Wait for XOSC being stable 1:lw x14, 0(x15) srli x14, x14, 31 ! bne x14, zero, 1b # Select main clock li x15, CLK_SYS_CTRL --- 112,118 ---- li x15, XOSC_STATUS # Wait for XOSC being stable 1:lw x14, 0(x15) srli x14, x14, 31 ! beq x14, zero, 1b # Select main clock li x15, CLK_SYS_CTRL
Hi Jim,
thank you for reporting this bug! I uploaded 1.1.1b which includes the fix.
Best wishes, Matthias
Log in to post a comment.
Hi,
I found a bug in the xosc setup for the rp2350...
Hi Jim,
thank you for reporting this bug! I uploaded 1.1.1b which includes the fix.
Best wishes,
Matthias