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

Resolved! How to edit an existing .csv file in the SD card?

I want to save constant data on .csv files in an SD card. I managed to create the file, but when I call the function to edit, it seems not to recognize the end of the file to start writing. How can I do that? Or what can I do different? That's the pa...

FPicc.1 by Senior
  • 1531 Views
  • 5 replies
  • 0 kudos

Resolved! LoRaWAN JOIN problem on STM32WL55

I have a board NUCLEO-WL55JC1 and download a LoRaWAN End-Node Example on it form STM32CubeIDE, but it not join to LoRaWAN network sucessfully.My LoRa Gateway is Drgaino-LG308 with TTN(The Thing Network) Server, the frequency is EU868.After some check...

CChow.3 by Associate
  • 3109 Views
  • 6 replies
  • 0 kudos

Read/Write flash section using CLI

Hello,I was trying to program STM32 using CLI, I want to READ/WRITE the memory flash section of STM32I tried STM32_Programmer_CLI -c port=/dev/ttyS0 -w memory=flash readfile=HS_read.bin address=0x08000000 size=16STM32_Programmer_CLI -c port=COM15 the...

Mkuma.7 by Associate III
  • 2083 Views
  • 11 replies
  • 2 kudos

Stm32WB custom BLE example issue with low power

Hi,I'm trying to get the STM32WB custom BLE example working in low power mode with no success.Running the stock example from the latest version (1.15.0) with no modifications except the following in the app.conf:#define CFG_LPM_SUPPORTED  1#define CF...

AHame by Associate III
  • 1190 Views
  • 3 replies
  • 0 kudos

Wireless Stack recovery for STM32WB

I've gotten my STM32WB55 into a state where CPU2 is booting into a "wireless firmware" area, but I think it's crashing when it starts. I can no longer talk to FUS inside CPU2:------------------------------------------------------------------- ...

Tim.N by Associate III
  • 3190 Views
  • 12 replies
  • 0 kudos

Resolved! STM32WB getDescriptor UUID 2902 returns null

I successfully implemented a service with different characteristics. However on the android side when I call getDescriptor()descriptor =characteristic.getDescriptor(UUID.fromString(CLIENT_CHARACTERISTIC_CONFIG)); CLIENT_CHARACTERISTIC_CONFIG = "00002...

YGail.2 by Associate III
  • 590 Views
  • 3 replies
  • 0 kudos