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

Class C downlink not working in STM32WL55JC2.

My STM32WL55JC2 is programmed with the example code for Lora End Node given in the SDK v1.3.0.Class_A is enabled by default and working properly i.e. receive window of the MCU opens only after the periodic uplink.When the class is set to Class_C in t...

RonNad14 by Associate
  • 471 Views
  • 2 replies
  • 0 kudos

Cannot load Wireless firmware into STM32WB55 Nucleo board

Hi, am using the STM32WB55 Nucleo board. My problem is, currently Iseem not to have a CPU2 wireless stack loaded and I fail to load filestm32wb5x_BLE_Stack_full_fw.bin loaded into the Flash. I am using theSTM32CubeProgrammer V2.12.0. When selecting o...

zabel by Associate III
  • 1313 Views
  • 12 replies
  • 0 kudos

Resolved! STM32WB10 flash memory distribution

Hi,I'm working on STM32WB10CC with 320KB of flash memory.I'm using the full ble stack 1.14.1 (stm32wb1x_BLE_Stack_full_fw.bin) which has a size of 148KB.In the release note it's written you have to put it at this address 0x08021000.If I'm doing the m...

Coco_3-1709658039480.png Coco_1-1709657878769.png
Coco by Associate II
  • 500 Views
  • 4 replies
  • 1 kudos

ZCL Data types - ZCL_DATATYPE_STRUCT

 Hi, I'm currently involved in implementing the transmission of variable-length data within Zigbee clusters. While I've successfully managed operations related to the String data type, I'm encountering challenges with the struct data type. I would ap...

Using NUCLEOWB55G to communicate with RS485 device

I saw in the stm32 datasheet that the chip has a means of communicating/controlling RS485 devices. However, there’s not enough information to figure out how to connect a differential pair of wires in hardware to the nucleo directly from a rs485 devic...