Decawave / dwm1001-examples

Simple C examples for Decawave DWM1001 hardware
https://www.decawave.com/products/dwm1001-module
164 stars 113 forks source link

Document for bit8 of PMSC/PMSC_CTRL0 (DW1000) #31

Open aguegu opened 2 years ago

aguegu commented 2 years ago

https://github.com/Decawave/dwm1001-examples/blob/master/deca_driver/deca_device.c#L2502

In this line, it looks like setting 1 to bit8 and bit9 to PMSC/PMSC_CTRL0. But these bits are reserved according to the user manual. bit8 is 0 and bit9 is 1.

Screenshot_2022-10-05_16-03-47

Is there anything missed here?