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

Bug in STM32_WPAN of STM32CubeWB Firmware Package V1.12.1

Hello In function "SVCCTL_UserEvtFlowStatus_t SVCCTL_App_Notification( void *pckt )" of generated file "app_ble.c":In "switch/case HCI_DISCONNECTION_COMPLETE_EVT_CODE:", the variable "BleApplicationContext.BleApplicationContext_legacy.connectionHandl...

PADAM.1 by Associate III
  • 1427 Views
  • 4 replies
  • 0 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
  • 811 Views
  • 1 replies
  • 0 kudos

Resolved! LL_USART_EnableIT_RXNE_RXFNE() not setting the flags correctly

I am basing an application of off the LoRaWAN_AT_Slave_DualCore_CM4. I'm currently working on adding USART1 into the application and have successfully used LL_USART_TransmitData8() to transmit data from the MCU. I'm running into a weird behavior that...

ECarr.1 by Associate
  • 2075 Views
  • 3 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
  • 575 Views
  • 0 replies
  • 0 kudos

Bug Found in LoRaWAN_AT_Salve_DualCore sequencer utility

Hey community, it took me some time to track this bug down because I thought I wasn't implementing the sequencer library correctly and was looking at my own code. Turns out, there is a bug with stm32_seq.c. Every time I ran a task with UTIL_SEQ_SetTa...

ECarr.1 by Associate
  • 786 Views
  • 1 replies
  • 0 kudos