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

NUCLEO-WBA25CE1 "Bootloader limitation"

Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.

ctrois by ST Employee
  • 131 Views
  • 0 replies
  • 0 kudos

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
  • 4022 Views
  • 0 replies
  • 3 kudos

UART_DMA(LPUART) working oddly on STM32WB55

Hello, I have been trying to send and receive data through UART using DMA on STM3WB55. Everything was working properly but suddenly HAL_UART_Transmit_DMA started to work unproperly: the program gets stuck in the Hard Fault function. I am calling HAL_...

0693W00000Lvg9IQAR.png
Kolab by Senior
  • 5966 Views
  • 8 replies
  • 0 kudos

Hi I am using Nucleo-WL55jc1 board. One is programmed as concentrator, other is programmed as sensor node. Currently the software is programmed for 14 sensors nodes How can I extend it to about 200 sensor node

Currently I am using the firmware LocalNetwork_Concentrator and LocalNetwork_Sensor. The maximum Sensor nodes are 14. I wish to connect around 200 LocalNetwork_sensor. Kindly help me to make the required changes in the software.

SatishB by Associate II
  • 1574 Views
  • 2 replies
  • 0 kudos

Getting a warning that - Device under test not responding COM port closed - when trying to connect the STM32CubeMonitor-RF to the WB55 Nucleo or Dongle.

Using either the default program or programming the BLE_TransparentMode default hex file results in this error. I have both a windows 10 and macOS 10.14.4 machine that I get this result. The VCOM port doesn't seem to be the issue as I can program and...

Resolved! STM32WB/SBRSA: How to reprogram SBRSA?

Hello,I have an ultra low power application and must share SRAM2a with BLE. For power reasons, RAM1, and SRAM2b cannot be used. The CubeProgrammer refuses to re-program SBRSA to anything but 0xA.More details:I am using Full BLE wireless stack: 'stm32...

YRots.1 by Associate
  • 1242 Views
  • 1 replies
  • 0 kudos

LoRaWAN end node example in STM32WL | How to store a value in flash memory? Integrated the FLASH example code from the GitHub source files, not working & it is showing an error in the WRITE operation

/* Flash Init */ uint32_t GetPage(uint32_t Addr) { uint32_t page = 0; if (Addr < (FLASH_BASE + FLASH_BANK_SIZE)) { /* Bank 1 */ page = (Addr - FLASH_BASE) / FLASH_PAGE_SIZE; } else { /* Bank 2 */ page = (Addr - (FLASH_BA...

Ppk.1 by Associate II
  • 3231 Views
  • 8 replies
  • 1 kudos

RTC reset after 49 days

Hello,I am using STM32L412CBT6 MCU with STM32CubeIDE and STM32CubeFW_L4 V1.17.2.I am using en.i-cube_lrwan for our project. I am using same structure of libraries used in this en.i-cube_lrwan package.I am using below libraries for rtc:1)rtc_if.c2) rt...

DBhut.1 by Senior
  • 5236 Views
  • 12 replies
  • 0 kudos