2017-08-08 05:40 AM
Hi,
I have the ST S2-LP transceiver both transmitting and receiving just fine however i'm struggling to put the chip into a continuous wave mode..
from reading the data sheet i have configure the following :
To set the continuous wave the MOD_TYPE field (of the MOD2 register) must be set to 0x70
Is there any additional registers i should be aware of in order to configure continuous wave mode?
Thanks
Ed
Solved! Go to Solution.
2017-08-10 07:40 AM
I forgot to start transmitting...
S2LPCmdStrobeTx();
All works now
2017-08-10 07:40 AM
I forgot to start transmitting...
S2LPCmdStrobeTx();
All works now
2020-10-13 06:52 AM
Hi Eddie,
Were there any steps before sending these commands.
I used the S2LP libraries like this:
S2LP_RADIO_SetModulation( MOD_NO_MOD);
S2LP_PCKT_HNDL_SetTxMode(PN9_TX_MODE);
S2LP_CMD_StrobeTx();
But no TX happening.
It's flagging a Hard Fault Interrupt.
I tried to initialize the radio by copying some codes from the example under X-CUBE-SUBG2 package.
But still no luck.
Any help will be appreciated.
Regards,
Dominique