STM32 MCUs Wireless

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
  • 763 Views
  • 0 replies
  • 2 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
  • 366 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
  • 482 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
  • 592 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
  • 287 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...