Tool/software:
1. Could you help to explain the configuration command?
Do read and write commands send two bytes of data in the configuration command? How do we combine the hardware address and the command word? Just send it out?
2. Is there a problem with configuring the following command words?
such as reading the current mode configuration of the transceiver, sending [0x10<<1, 0x00], configuring the current mode of the transceiver to normal mode, sending [(0x10<<1) | 0x01, 0x07];
3. Does the MCU need to prioritize configuring the initial working mode after the transceiver is powered on?