2022-12-15 12:46 AM
Hello,
For my LoRa product : STM32WLE5xx , I want to register the lora keys in my SPI Flash and at the start of the chip read them.
I know that the keys are set in "se-identity.h" and how i can implement my idea
Thanks
2022-12-26 06:24 AM
Hello @HDIA.1
Try with the example availables under the STM32CubeWL MCU package with the End_Node and AT_Slave projects.
Have a look at this application note: How to build a LoRa® application with STM32CubeWL
Imen
2022-12-26 07:11 AM
Start by getting your SPI Flash Read / Write functionality working.