What is "LOCK_ST" S2LP status 0x14 ?
Hello,
I have two custom boards with S2LP cut 3.0, with the same program, but one S2LP can't go in Rx or Tx mode. I tried
S2LPPacketHandlerSetTxMode( PN9_TX_MODE );
S2LPCmdStrobeTx();
while(1);I checked the S2LP status ( MC_STATE ), its READY before and LOCK_ST (0x14) after Rx or Tx command. The LOCK_ST is in the S2LPState enum in S2LP_Types.h but it is not mentioned in the datasheet.
What does LOCK_ST mean ? Is there a link with STack packet mode (i use this config) ?
What could bring the S2LP in this mode ? (I tried sabort command and go in tx again).
Thanks.
