WXK
2025-02-27 07d3633e5d6905272d19da645c767b7267f27a8f
Src/decadriver/dw_driver.c
@@ -24,7 +24,7 @@
    //drive the RSTn pin low
//    GPIO_ResetBits(DW1000_RSTn_GPIO, DW1000_RSTn);
delay_ms(100);
    //put the pin back to tri-state ... as input
   GPIO_InitStruct.Pin = DW1000_RSTn;
  GPIO_InitStruct.Mode = GPIO_MODE_ANALOG;