This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

lmk05318的同步设置与静音

 选择同步后,输出静音mute了,这是怎么回事?

  • 用户手册里的quick start、eeprom+I2C、SPI模式我都试过了,在DPLL锁定下,输出无法自动与参考输入做到同频同相,不手动调频永远输出156.25MHz,VCO1永远是2500MHz,这究竟是怎么让输出与ref输入同步?这个问题一直困扰我,

  • 您好,您是怎么设置同步的?

    您看下这个表格, GPIO0/SYNCN PIN从低到高,SYNC_SW BIT由高到低变化才会使得输出同步,并且不被 mute,但直接将SYNC_SW BIT 设置为1 就会导致输出为mute:

  • 也就是要做到同时调整开发板上的S5以及在软件上设置SYNC SWBIT吗?对应的端口的CH SYNC EN也应该从高到低吗?

  • 开发板上的S5[2] = ON (default), 默认的是GPIO0和MCU连接的,所以可以通过MCU来控制GPIO0的高低电平。
    而SYNC_SW BIT 是通过寄存器配置的,不是引脚来控制的,Table 8 的意思是将SYNC_SW BIT由1配置为0.
    而CHx_SYNC_EN bit 这个也是通过寄存器配置的, 根据Table8 上面的描述,可知,将此bit配置为0 并不会影响sync本身这个事件: Output channels with their sync disabled (CHx_SYNC_EN bit = 0) will not be affected by a SYNC event and will continue normal output operation as configured.

    但是单纯的通过配置寄存器SYNC_SW 或者通过多路复用引脚GPIO0/Sync 来使能同步的话,就会导致输出mute:
    A SYNC event can be asserted by the hardware GPIO0/SYNCN pin (active low) or the SYNC_SW register bit
    (active high). When SYNC is asserted, the SYNC-enabled dividers held are reset and clock outputs are muted