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

Unable to turn on BLE WAPN on extended-full stack

Hey there,i have a custom board designed which is broadcasting stuff over BLE.So far i am using the full_stack_fw which works quite well.In order to turn on extended advertising i wanted to switch over to the full_extended_stack (needed for extended ...

Exeu_0-1750413452410.png Exeu_1-1750413528054.png
Exeu by Associate II
  • 41 Views
  • 2 replies
  • 0 kudos

pROBLEM WITH stm32WB05KZ wake-up proccess

Hi, I'm having a problem with the wake-up procces using interruptions. I use three pins, PA0, PA8 and PA9, set the with no pull-up, and in rising mode. then i enable them as wake up pins, in rising mode. i go to sleep in stop mode, using the function...

LuisL by Associate
  • 77 Views
  • 1 replies
  • 0 kudos

Systick Interrupt issue

Hello Team,I am currently working on STM32WLE5 microcontroller and getting issue in HAL_Delay(), it got stuck, ifound that systick interrupt was not generating. In main() function, I start with HAL_Init() and then HAL_Delay(500) and controller get st...

LC3 CODEC transparent mode.

Hi,I was going through the documentation in this link. It mentions that there is a transparent mode. How can I enable this in the example for PBP Source?/* Codec Mode */ typedef uint8_t CODEC_Mode_t; #define CODEC_MODE_DEFAULT (CODEC_MODE_FLOW_C...

NRedd.2 by Senior
  • 122 Views
  • 8 replies
  • 0 kudos

NUCLEO-WB55RG board FW update

Hello, I have recently started getting familiarized with the P-NUCLEO-WB55 kit, and I have run to my first big mess up. I was attempting to perform a wireless stack FUS routine over the STLink interface, and I might have set a wrong start address for...

STM32WB55 Error on start of BLE stack

Hi,I'm currently trying to get Bluetooth working from Zephyr. I'm working with the Zephyr sample codezephyr\samples\bluetooth\peripheral_dis.I'm using a Nucleo-WB55RG board. Using STMCubeProgrammer I've loaded the FUS at 0x080EE000 and the file stm32...

Lee_T by Associate
  • 111 Views
  • 9 replies
  • 1 kudos

It is possible to set two vector table in same flash

I am implementing a dual-firmware architecture on an STM32 microcontroller that does not natively support dual-bank flash. In this setup, I have partitioned the internal flash memory into two separate blocks:Block 1 (Bootloader + Application) begins ...

jackiee by Associate
  • 46 Views
  • 1 replies
  • 1 kudos

STM32WL reset in debugger mode

Hello All,I am working on STM32WLE5 , and low power mode used for controller is stop 2 mode. And I am using MSI at 4Mhz  as system clock. When i enable debugger mode, controller takes reset after a while and reset type shown is also not correct. Whil...