STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link  MATTER - Matter software expansion for STM32Cube - STMicroelectronics  It is a reference implementation for the demonstration of Matter on ST...

Ouadi by ST Employee
  • 3461 Views
  • 0 replies
  • 2 kudos

Resolved! Example using aci_gap_start_gen_disc_proc

Greetings,Looking at PM0271, there seems to be an API call aci_gap_start_gen_disc_proc.  However, I don't see this in the Cube firmware package anywhere in the headers and I haven't found it in sample code as yet.   We would like to configure the STM...

STM32WB5 unable to connect

Dear Sirs,I have been developing a board with an H7 and a WB5. I have not had any issues, but one day the WB5 stopped answering, and when I try to connect with the CubeProgrammer I get: "no stm32 target found if your product embeds debug authenticati...

USART RX interrupt not working in stm32 WL package

Im using a STM32WLE5CCU6 board, I am able to log easily using the APP_LOG() helper function that is provided. The problem is that im not able to receive anything as the USART interrupt never fires hence, HAL_UART_RxCpltCallback() is never called. Aft...

KCB11 by Associate II
  • 154 Views
  • 0 replies
  • 0 kudos

stm32wl incompatibility with other LoRa tranceivers?

Hi, I have been facing with an issue that like stm32wl LoRa feature is not compability with other transceivers.However,  had 4 transceivers: 1. Esp32-sx126x2. stm32f429-sx126x3. stm32wl (x2) First two can easily communicate with each others, they can...

krf by Associate II
  • 701 Views
  • 10 replies
  • 3 kudos

Resolved! Missing projects for STM23WB5MM

I purchased the STM32WB5MM-DK and it has an application running. When I update CUBE-MX with the patch for STM23WB5MM , there are is no examples that match the application. The training talks about the example projects but they did not come with the u...

PStee by Associate II
  • 211 Views
  • 2 replies
  • 0 kudos

STM32WL5MOC use LPUART for wake up from STOP2

Hi, I started from the LoRaWAN_End_Node example to develop a custom application with a STM32WL5MOC module. I would like to modify the example such that I can wake up the MCU from stop2 mode when I received some data on the lpuart . I set LSE as clock...

UtilitySequencer not setting an event

I'm trying to set up the Utility Sequencer to run an acquisition task followed by an signal processing task, see code snippets below.When I look at the serial monitor, I see the start acquisition task message but then it hangs waiting for EVENT0So ev...