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

UART initialization problem with B-ST072Z-LRWAN1

Hi, I am modifying the sample program End_Node on the kit B-L072Z-LRWAN1.UART2 is configured as a virtual com and works correctly on PA2 and PA3 pins. I'm trying to add a second serial on PA9 and PA10 but I can not receive and transmit anything. I th...

ErosS by Associate
  • 427 Views
  • 2 replies
  • 0 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
  • 399 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
  • 522 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
  • 651 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
  • 315 Views
  • 0 replies
  • 0 kudos