Post Go back to editing

ADUCM320的复位电路

请问如果不使用开关,不使用复位芯片,如何设计ADUCM320的上电复位电路?我用传统的RC(10k&10uF)复位方法做不出来。

Parents
  • 不是硬件问题。 我套用了官方例程模板,只把以下代码注释掉就可以上电复位了。

    pADI_RESET->RSTKEY =  0x2009;                  //By Default Software and Watchdog resets don't reset the LV die and GPIOs
    pADI_RESET->RSTKEY =  0x0426;                  //During debug it's useful that Software tools have the ability to reset them
    pADI_RESET->RSTCFG = RSTCFG_GPIO_PLA_RETAIN_DIS;//So disable retain function during debug.

Reply
  • 不是硬件问题。 我套用了官方例程模板,只把以下代码注释掉就可以上电复位了。

    pADI_RESET->RSTKEY =  0x2009;                  //By Default Software and Watchdog resets don't reset the LV die and GPIOs
    pADI_RESET->RSTKEY =  0x0426;                  //During debug it's useful that Software tools have the ability to reset them
    pADI_RESET->RSTCFG = RSTCFG_GPIO_PLA_RETAIN_DIS;//So disable retain function during debug.

Children
No Data

Before You Switch


Switching languages will make ADI Explorer unavailable. Resume your session by switching back to English and reopening ADI Explorer.