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

STM32WB5MM OTA Application at a different address

I have multiple questions:1. Is there a limit on the firmware size in STM32WB series? If yes, what is the limit?2. Is there a limit on the firmware size of the OTA application in STM32WB series? If yes, what is the limit?3. I want to perform OTA at a...

Lalit1 by Associate
  • 616 Views
  • 1 replies
  • 0 kudos

STM32WL5 2nd core reset

Hi,I'm using STM32WL5 SoC in my lora project.I started from this example: "LoRaWAN_End_Node_DualCoreFreeRTOS".In my board, I have a problem at startup, CPU2 doesn't start after a simple pin reset (NRST).The only way is to switch power supply off, wai...

DiegoKer by Associate
  • 516 Views
  • 1 replies
  • 0 kudos

BLE Connection issue on p2p Client

Hello all,         In my project I'm using STM32WB5MMG MCU for BLE Server and Client.BLE Connection between p2p Server and p2p Client is working well but I want connect Custom Templete Server with p2p Client.In this case Server and Client are not con...

WhatsApp Image 2024-04-25 at 3.41.54 PM.jpeg WhatsApp Image 2024-04-25 at 3.14.00 PM.jpeg
Kavinraj by Associate III
  • 541 Views
  • 1 replies
  • 0 kudos

How to factory reset ASTRA1B

Hi,Bought online  ASTRA1B  previously used,  for school project,I do not have experience with  ST Boards.Need Help with following:where to find stock firmware (default factory firmware)  ?Do I need STLINK-V3MINIE for flashing firmware ?How to factory...

Resolved! Costum board stuck at PeriphCommonClock_Config();

hi, Im using my own costum board with a STM32WBA52CG on it. When I'm nog using the RF my code is working perfectly. When I activate the RF in the STM32CubeIDE, my code is stuck in  PeriphCommonClock_Config();More specifically in the following code: I...

Screenshot 2024-05-07 at 17.34.13.png
matsmort by Associate II
  • 999 Views
  • 4 replies
  • 0 kudos

HCI_COMMAND_COMPLETE_EVT_CODE cannot be received

BLE peripherals are implemented using NUCLEOWB55RG.I would like to check if Advertsing is working properly by receiving the completion of the asynchronous aci_gap_set_discoverable execution with HCI_COMMAND_COMPLETE_EVT_CODE, HCI_COMMAND_COMPLETE_EVT...