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