User Activity

Hi,I have build a custom application from end_node project example on LoRa-E5 board.All works fine with comissioning from CubeMX.But now I want to use values loaded from flash.So I added 3 variables :uint8_t device_eui[8];uint8_t app_eui[8];uint8_t a...
I own a small dev board (LoRa-E5 mini from SeeedStudio) and coding using STM32cube IDE + MX.I have made project from scratch, using LED, switch, UART (works fine !)... and now I want to use my VL53L3CX-SATEL board.The board is defined on I2C2, all lo...