cancel
Showing results for 
Search instead for 
Did you mean: 

MRSUBG/LPAWUR Communication WakeUp

SergioSI
Associate

Hello

Is it possible to communicate with the LPAWUL using only the STM32CubeMX MRSUBG/LPAWUR settings, to wakeup sending a direct message through the data buffer?

I noticed on GitHub that the CRC calculation and the concatenation of the preamble and sync word are handled separately. I’d like to simplify this process and configure everything directly through the MRSUBG settings, if possible.

I’d be grateful if you could provide an example.

Here are the reference projects:

 

Code LPAWUR:

https://github.com/STMicroelectronics/STM32CubeWL3/tree/main/Projects/NUCLEO-WL33CC/Demonstrations/LPAWUR/LPAWUR_WakeupRadio_Rx

 

Code MRSUBG:

https://github.com/STMicroelectronics/STM32CubeWL3/tree/main/Projects/NUCLEO-WL33CC/Demonstrations/MRSUBG/MRSUBG_WakeupRadio_Tx

1 REPLY 1
STTwo-32
ST Employee

Hello @SergioSI 

For now, both examples that you are using are not based on the STM32CubeMX (project that are not based on a .ioc file). So, you can't configure or modify them directly throw CubeMX.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.