请问如果不使用开关,不使用复位芯片,如何设计ADUCM320的上电复位电路?我用传统的RC(10k&10uF)复位方法做不出来。
请问如果不使用开关,不使用复位芯片,如何设计ADUCM320的上电复位电路?我用传统的RC(10k&10uF)复位方法做不出来。
不是硬件问题。 我套用了官方例程模板,只把以下代码注释掉就可以上电复位了。
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.