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
  • 1134 Views
  • 0 replies
  • 2 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
  • 1614 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
  • 1839 Views
  • 12 replies
  • 0 kudos

Send data packet over BLE using STM32WB55

Hello,I am using the STM32WB55 P-Nucleo dev board to try and send a data packet from the development board to a mobile app. I assume to use P2PServer for this and have figured out how to advertise and make a connection. Where I am stuck is setting ...

kcire L. by Associate III
  • 519 Views
  • 1 replies
  • 0 kudos

Resolved! Please help us in resolving the error during Flashing the code i.e. (Error in Final launch sequence). Details are mentioned below.

Hi,I am trying to flash basic Led blinking code. During the flashing, I have seen the error which is attached with this forum. I have double checked the connections.Details of the board: LoRa-E5 Dev Board which has STM32WLE5JC.Debugger: Segger JlinkI...

0693W00000aHhM8QAK.png
TGUDL.1 by Associate II
  • 1969 Views
  • 10 replies
  • 0 kudos