And in the “deca_interface.h” file, where can I find information about these (below), I am trying to understand this" int interface_init(struct dwchip_s *p);"
Hi, the MCPS layer is the interface between the driver and the higher level stack (for instance Qorvo FiRa + 802.15.4z binary library).
This interface not is especially documented because it is mainly used by the Qorvo library, but the function names are self explanatory. You can take a look at the DW3000 implementation in dw3000_device.c. If you just want to use the driver without the library, you need to implement only the structures which are used.
Do you have any indication of how soon, like 6 months? 12 months? I know how software development work, so I won’t use it to hold against you if you ever provide a time frame
Extra bonus question. Maybe the answer is already in the source code, but I can’t find it. Per document, the minimum RCTU is 1200 (1 ms). Does this mean MAC layer can do up to 1000 SS-TWR per second. Therefor, up to 500 DS-TWR per second?