STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LoRaWAN context management issue

I run a LoRaWAN End Node application on the custom board based on STM32WLCCU6 MCU. Application has enabled contex management to store LoRaWAN data and be able to resume communication after power loss without rejoining to the network. NVM memory is up...

0693W00000WJR75QAH.png
JNowa.4 by Associate III
  • 696 Views
  • 2 replies
  • 0 kudos

How to Restore frame count after reset Lorawan context?

I have developed a device that joins lorawan in OTAA mode. I am testing the device and i am having some problems with conectivity.Device joined succesfully to Lorawan Network Server, i saved the NVM Lorawan context and i reset the device, after reset...

RPaja.1 by Associate II
  • 808 Views
  • 1 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
  • 1452 Views
  • 11 replies
  • 2 kudos

Resolved! STM32WB + option bytes setting

Hi,For stm32wb flash operations we have to implement diagram described in AN5289, page 36. How about option bytes access? Do we have apply the same approach, with semaphores etc? Or we just can use regular HAL functions? Best,Mateusz

msemegen by Associate II
  • 779 Views
  • 4 replies
  • 0 kudos

Resolved! STM32WB55 BLE_Ota erasing the flash when upload is started

Hello everyone, I'm using BLE_Ota application for STM32WB55 (https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_Ota) I can able to run the code successfully. In the OTA code, it erases the...

serhat by Associate II
  • 429 Views
  • 2 replies
  • 0 kudos

Resolved! How to use external QSPI flash to save sensor data

Hello,I am currently using STM32WB55 with QSPI external flash.Currently, the plan is to use it without Bluetooth, for now.I am able to write and read the flash in the program.The plan:Record for 24 hours with DMA from sensors to flash.Upload another ...

ASaph by Associate
  • 1361 Views
  • 3 replies
  • 0 kudos