Menu

Bug in quintus for rp2350 clock setup

Jim Morris
2025-04-04
2025-04-13
  • Jim Morris

    Jim Morris - 2025-04-04

    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
    
     
    • Matthias Koch

      Matthias Koch - 2025-04-13

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.