Skip to main content
Associate
April 16, 2025
Question

MRSUBG/LPAWUR Communication WakeUp

  • April 16, 2025
  • 1 reply
  • 388 views

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

STTwo-32
Technical Moderator
April 22, 2025

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