Skip to main content
Associate II
April 9, 2025
Solved

How do stm32wl33 CPU and the sub-1GHz wireless (Radio) communicate?

  • April 9, 2025
  • 4 replies
  • 756 views

SPI or serial port?

If it weren't for those two, Then why must the MCU_API_delay() function be set while ((LL_USART_IsActiveFlag_TXE_TXFNF(USART1) == RESET) || (LL_USART_IsActiveFlag_TC(USART1)) == RESET)) {};

We can use both uart of MCU, so I want to confirm with you whether it is necessary to configure here.

4 replies

Andrew Neil
Andrew NeilBest answer
Super User
April 9, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
KiteLeeAuthor
Associate II
April 10, 2025

thk's,

That's the MRSUBG in STM32CubeMX.

uart non-SIGFOX must be configured.

STTwo-32
Technical Moderator
May 16, 2025

Hello @KiteLee 

Could you specify the exact question you are asking? Is it about the Radio or the Sigfox?

Best Regards.

STTwo-32 

KiteLeeAuthor
Associate II
July 3, 2025

sigfox

Andrew Neil
Super User
July 3, 2025

Still no idea what your actual question is now!

Has your original question, "How do stm32wl33 CPU and the sub-1GHz wireless (Radio) communicate?" been answered?

If so, please mark the solution. Then you can start a new thread for a new question.

If not, please explain clearly what you're missing.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
STTwo-32
Technical Moderator
July 4, 2025

If the original post is answered @KiteLee, could you please select @Andrew Neil's comment as Solution.

Best Regards.

STTwo-32