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

FUS_STATE_ERR_UNKNOWN || STM32WB50 Firmware update error

Attempting to update STM32WB50 Firmware using STM32 Cube Programmer in Boot mode (Boot0 pin connected to VDD)download stm32wb5x_FUS_fw_1_0_2 - Start Address 0x080EC000download stm32wb5x_FUS_fw - Start Address 0x080EC000download stm32wb5x_BLE_Stack_...

Aishwarya by Associate III
  • 608 Views
  • 0 replies
  • 1 kudos

BLE stack installation

Hello.I'm using a custom PCB with the STM32WB50 controller. I think I successfully upgraded the FUS from version 0.5.3 to 1.0.2 and finally to 1.1.0 (when I read 0x20030030 I get 01010000). Then I tried to install the BLE light stack as described in ...

andreas23 by Associate II
  • 1669 Views
  • 5 replies
  • 0 kudos

Resolved! STM32WLE5JB doesnt exit from stop mode with LPTIM.

I'am using STM32WLE5JB with LOWPOWERMODE_STOP(0,1,2) to deacrease power consumption. Although I configured LPTIM with LSE for 2 sec period to wake up, device doesnt exit from stop mode. I tried LPTIM with LSI the result was same. Here is My code LPTI...

0693W000001sDrtQAE.jpg

Data reception stops at Mac_802_15_4_FFD in the sample code.

HelloThis is my first time using the community. I don't understand how to use the communityLet me ask you a question.Currently, I am checking the reception of IEEE802.15.4 on the board of STM32WB55 Nucleo Pack using the sample Mac_802_15_4_FFD.Stm32w...

MNitt.1 by Associate II
  • 1433 Views
  • 10 replies
  • 0 kudos

When the data of IEEE802.15.4 is transmitted by STM32WB55, ACK is returned from the communication partner, but STM32WB55 does not recognize ACK.

HelloWe are currently using sample Mac_802_15_4_FFD to verify IEEE 802.15.4 transmission on the STM32WB55 Nucleo Pack board. The protocol stack is stm32wb5x_Mac_802_15_4_fw.bin V1.90.I have sent data (MAC_MCPSDataReq) that requires ACK (ack_Tx = 0x01...

MNitt.1 by Associate II
  • 473 Views
  • 0 replies
  • 0 kudos

Resolved! Advertise don't run in HearthRateFreeRTOS project

Hello!I have created a new project based on the ST example BLE_HeartRateFreeRTOS. I made the comparisons between both projects and added what was missing in my project. I think that I have copied everything that I should but the advertising doesn't s...

Kolab by Senior
  • 1496 Views
  • 10 replies
  • 0 kudos

TIM2 PWM is not working on P-Nucleo-wb55

I have set the TIM2 with the following code: __HAL_RCC_TIM2_CLK_ENABLE();   htim2.Instance = TIM2; htim2.Init.Prescaler = 0; htim2.Init.Period = 80; htim2.Init.RepetitionCounter = 0; htim2.Init.ClockDivision = TIM_CL...

MSamy.1 by Associate II
  • 938 Views
  • 4 replies
  • 0 kudos