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
  • 303 Views
  • 1 replies
  • 2 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
  • 4120 Views
  • 0 replies
  • 3 kudos

CM0 binary image

Does the binary for the CM0 need to be at a specific offset in the flash or can it be any part of the flash memory map in the flash? (any part would make for an easy dl and the then the cm4f just points the cm0 there during init).

Hedley by Associate III
  • 839 Views
  • 2 replies
  • 0 kudos

Having problem with B-L072Z-LRWAN1, when I try to program this device with stm32cubeprogrammer I found the following programming problem (connection with ST-LINK) corrupted database I have more board with this problems....

Error: ST-LINK error (DEV_TARGET_CMD_ERR) Error: Device not supportedflash loader C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin/FlashLoader/0x0.stldr is loaded

csard by Associate II
  • 1695 Views
  • 2 replies
  • 0 kudos

STM32l072 is not going to bootloader mode.

void JumpToBootloader(void) { void (*SysMemBootJump)(void);   volatile uint32_t addr = 0x1FFF0000;   HAL_RCC_DeInit(); HAL_DeInit(); SysTick->CTRL = 0; SysTick->LOAD = 0; SysTick->VAL = 0;   __disable_irq(); __...

BGowd.3 by Associate II
  • 1897 Views
  • 4 replies
  • 0 kudos

STM32CubeMX 5 does not support I-CUBE-LRWAN?

It's not listed on the "Packages Manager" and when I try adding it manually from zip file downloaded from the I-CUBE-LRWAN website (version 1.2.1) I get an error saying "This Package version is not managed on this version of of STM32CubeMX".

B-L072 wake up from sleep on RX interrupt

I am using a modified version of the ping-pong example. I am able to go to sleep and wake up on button press in order to send a TX message to another B-L072 receiver. My issue is when I put the receiver to sleep I am unable to make it wake up from ...

mikes by Associate II
  • 765 Views
  • 0 replies
  • 0 kudos

HAL_UART_Receive function not receiving GPS data.

I am using Nucleo-64 LR072Z board with GPS module(GPS Module TTL UART) by rhydolabz.With using HAL libraries i can send the NMEA PMTK commands but while receiving the Data from GPS module HAL_UART_Receive function gives HAL_ERROR....please help me t...

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.