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
  • 1303 Views
  • 0 replies
  • 2 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
  • 528 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
  • 663 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
  • 322 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...

Wireless led control

HelloI m Electronics engineer in Turkey.I m designing bluetooth controlled led lamb. It must be controlled by phone ios and android. And it must connect each other.Would you advise me a module and application

kLED by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L0 UART on b-l072z-lrwan1

Hi,I use the b-l072z-lrwan1 to make lora advertisment and it's work.I use the project AT_slave or END_Node.But i want to use the second uart USART1 and nothing work in the environment.If i just change the file B-L072Z-LRWAN1\Applications\LoRa\End_Nod...

MMath.10 by Associate II
  • 2725 Views
  • 18 replies
  • 0 kudos