WXK
2024-11-07 a61102099d74e7a5293696af70a18104e8e78975
Src/ExternalDevices/dw_driver.c
@@ -24,7 +24,7 @@
    //drive the RSTn pin low
//    GPIO_ResetBits(DW1000_RSTn_GPIO, DW1000_RSTn);
deca_sleep(500);
deca_sleep(100);
    //put the pin back to tri-state ... as input
   GPIO_InitStruct.Pin = DW1000_RSTn;
  GPIO_InitStruct.Mode = GPIO_MODE_ANALOG;