STM32 MCUs Wireless

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
  • 337 Views
  • 0 replies
  • 2 kudos

Resolved! I have two nucleo-stm32wl boards. I want one board to transmit and other to receive(if possible later in listen mode). I modified pingpong example as attached code. But the communication doesn't happen at all. How should I synchronize or make it work !?

static void PingPong_Process(void) { Radio.Sleep(); APP_LOG(TS_ON, VLEVEL_L, "PP Task Start\n\r");   if (isMaster == true) { //Master switch (State) { case TX_TIMEOUT: APP_LOG(TS_ON, VLEVEL_L, "Master Tx timeout\n\r"); case TX: ...

gada by Associate III
  • 336 Views
  • 1 replies
  • 0 kudos

Bug report in STM32Cube_FW_WL_V1.1.0, LoRaWAN stack

I'm working on the application project LoRaWAN_AT_Slave_DualCore from STM32Cube_FW_WL_V1.1.0 .The payload of the downlink messages is not correctly transfered from the processor M0 to the processo M4. There is a bug in:file LmHandler_mbwrapper.c, fun...

G.Buldo by Associate
  • 201 Views
  • 0 replies
  • 0 kudos