Open aguegu opened 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.
Is there anything missed here?
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.
Is there anything missed here?