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

Resolved! LoRaWAN JOIN problem on STM32WL55

I have a board NUCLEO-WL55JC1 and download a LoRaWAN End-Node Example on it form STM32CubeIDE, but it not join to LoRaWAN network sucessfully.My LoRa Gateway is Drgaino-LG308 with TTN(The Thing Network) Server, the frequency is EU868.After some check...

CChow.3 by Associate
  • 4531 Views
  • 9 replies
  • 0 kudos

STM32WL subGHz-radio clock source

Hi everyone,I’ve designed a custom board based on the STM32WL55CCU6, but I accidentally left out the external HSE crystal. I'm wondering: is the HSE strictly required to use the radio features (specifically LoRa or LoRaWAN), or is it possible to rely...

_martin by Associate
  • 172 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WB Which BLE FW should I use full or Exteneded?

I want to have BLE Custom Client/Server in Application FW? Does it support that?Is it possible to have clinet and server in same FW ?If yes,STM32WB15CC Which BLE Wireless Stack FW should I use full or Exteneded?What is advantages and disadvantages of...

dxxx0001 by Associate
  • 194 Views
  • 2 replies
  • 0 kudos

Resolved! Strange timer behavior when LPM is enabled in STM32WB55

HiI was here with a timer question not long ago, and everything seemed solved. https://community.st.com/t5/stm32-mcus-wireless/timer-tim2-does-not-work-when-ble-is-initialized-in-stm32wb55/m-p/794896#M24405I am working on a custom device, but I made ...

IlliaGx by Associate III
  • 463 Views
  • 11 replies
  • 5 kudos

Resolved! Flash Erase Error

I am working on STM32WLE5CCU6 mcu and try to erase the flash. But always giving me the error status as 0xFFFFFFFF. whatever address we provide , the errorStatus is always 0xFFFFFFFFmemAddress = FLASH_BASE + (110*FLASH_PAGE_SIZE); //0x08037000uint32_t...