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

difference between MCUs firmware

Hello,      I would like to know if fw developed in stm32cubeIDE for nucleo wl55jc1(there are some examples for it) is compatible with https://www.st.com/en/microcontrollers-microprocessors/stm32wle5cc.html mcu family(stm32wle5ccu6) or I should expec...

Matching networks

HiIm a bit new and have som RF related question.I am doing a heart monitoring project where i want to measure ECG signals, put it through my AFE (analog frontend), then into the ADC inside the MCU and then output the data through BLE into a phone. I ...

siyar by Associate II
  • 213 Views
  • 1 replies
  • 0 kudos

Resolved! cant program FUS and stack.

Hi.I'm working with the EVAL STM32WB5MM-DK for a while now, already programmed the stack and the FUS many times, and it's the first time I got this error.After successfully open STM32CubeProgrammer (v2.19) and connected to the programmer, Selecting t...

netanelu_0-1750019098157.png netanelu_1-1750019210318.png
netanelu by Associate III
  • 304 Views
  • 2 replies
  • 0 kudos

Resolved! 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 III
  • 285 Views
  • 4 replies
  • 1 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
  • 173 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...

Resolved! 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
  • 506 Views
  • 8 replies
  • 0 kudos

Resolved! 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
  • 231 Views
  • 1 replies
  • 1 kudos