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

STM32WB55 how to upgrade FUS throw OTA

Hi !I want to update FUS by OTA.In AN5185, #3.1 FUS Upgrade/Operation instructions is writed:"Write the FUS image in the user Flash memory at the address indicated in the FUS image directory readme.txt file." But this address is 0x080EC000, and it is...

I am trying to turn on the user leds on the stm32wb55 nucleo board. What am I doing wrong?

step 1: initialize clockstep 2: set pins to outputstep 3: set corresponding 'set' bits to 1 in BSRR registerint main(){    //enable clock for necessary ports//clock for leds: port port B, pins 0, 1, 5RCC->AHB2ENR |= RCC_AHB2ENR_GPIOBEN;//RCC->AHB2ENR...

Resolved! Inaccuracies in AN5165

I feel uncomfortable with this: on page 26 AN5165 there are shown layers purposes. In particular, written, that INNER1 used as "grounding under the RF zones", but on images below (Figure 33) under RF this layer is deleted and as reference used anothe...

Shamrel by Associate II
  • 626 Views
  • 2 replies
  • 1 kudos

802.14.5 Application Programming Interface

Hi,I  am using STM32WB55 to develop a 802.15.4 application. I browse the two ​802.15.4 examples, but there is no documentations like 802.14.5 Application Programming Interface. Can you provide those 802.14.5 documentations?Thanks,