2025-04-09 3:17 AM - last edited on 2025-05-16 3:27 AM by Andrew Neil
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.
2025-04-09 4:04 AM
See the datasheet - they communicate via the Bus Matrix:
https://www.st.com/resource/en/datasheet/stm32wl33k8.pdf#page=6
via https://www.st.com/en/microcontrollers-microprocessors/stm32wl33k8.html#documentation
2025-04-09 6:10 PM
thk's,
That's the MRSUBG in STM32CubeMX.
uart non-SIGFOX must be configured.
2025-05-16 3:23 AM
Hello @KiteLee
Could you specify the exact question you are asking? Is it about the Radio or the Sigfox?
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.