Sync Word for Modem Lora
Hello ST Community,
I am currently working with a STM32WL 55JC and I need assistance with setting the sync word for both the transmitter and receiver. Here are the details of my setup.
Here I have configured my module to USE_MODEM_LORA and these are the packet params of the USE_MODEM_LORA
This below is the set sync word function whish is present in the radiodriver.c file
here is the another function which is
I want to use the private syncword how do i do that when i use USE_MODEM_LORA.