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

Resolved! Possibility STM32WBx firmware update via PC

Hello, at the moment i am developing BLE software for STM32WB5 and it works fine. The updater of the BLESensor App is working well and we can update new firmware any time. But there is one question, where we can not find an awnser. Is there any possi...

Having issues enabling the SubGhzSPI on STM32WLE5JC

I have five identical development boards that I am attempting to bring up. One of the boards works without issues. The other four all fail during MX_LoRaWAN_Init(), After digging a little deeper I found that the SubGhzSPI peripheral is never getting ...

0693W00000Y7A7qQAF.png 0693W00000Y7A7vQAF.png
Kurt28 by Associate
  • 1660 Views
  • 8 replies
  • 7 kudos

Resolved! Encrypted Advertising Data (BLE 5.4) Example

Hi all,Some of the ST BLE microcontrollers now support BLE 5.4. Can anyone point me out any code example or application note with Encrypted Advertising Data feature that is specified on the latest BLE specification?I am working with STM32WB series......

rs-dp by Associate II
  • 282 Views
  • 3 replies
  • 0 kudos

Resolved! How to Enable CTE on stm32wb55

Hi all,I am looking for a way to enable CTE on stm32wb55,but i didn't find a function like      "gap_set_connection_cte_tx_param()" to config CTE.I know that stm32wb55 support BLE 5.1 but i cant find a relevant function in ble_gap_aci.c .Does STM32WB...

mask by Associate
  • 186 Views
  • 1 replies
  • 0 kudos

How to enable and disable BLE privacy?

In some modes I want to use a random static addresses (BLE privacy disabled) and in some modes I wand to use private resolvable addresses (BLE privacy enabled). The aci_gap_init function seems to force you to declare if BLE privacy is on or off. Ho...

BStic.1 by Associate II
  • 937 Views
  • 6 replies
  • 0 kudos

I have problem with UsageFault_Handler occurance. I have build beacon project that is advertising adc data every second and then go to sleep mode. After some time processor stop and go to fault. It happens random time after start. When go to sleep mode

is disabled problem dissappear. When fault accured thread shows 0x2, 0xffffffe9, 0xf000af00, adresses jumps. Fault Analyze tool shows sp (MSP) at 0x2002ff30, pc at 0x2, xpsr at 0x2, r1-r3 at 0x2, r12 at 0x3, mmfar at 0xe00, usage fault details attemt...

KPrzy.1 by Associate II
  • 458 Views
  • 2 replies
  • 0 kudos

How to Update stm32wb firmware over LTE module?

Hello,I intend to develop an application using the STM32WB and a Telit LTE module (TX62). I would like to know if there is a way for me to use the LTE module to update the firmware of the STM32WB remotely. Can this be done via UART communication betw...