User Activity

Hi,I am trying to check IWDG functionality on Nucleo-L4R5ZI board.Referring to the example code available for NUCLEO-L496ZG, i created new project for L4R5ZI nucleo. I was trying to go step by step in debug mode. When the debugger is inside HAL_IWDG_...
Hi,I am using STM32L4R5ZI MCU (Nucleo kit). My application demands non-volatile storage of few configuration parameters. I am using 2 banks mode. I want to store a double word at location 0x8100000 which is first page of bank 2. I tried the STM32L4R5...
Hi,I wanted to Erase and write data to select Flash memory location.I have Nucleo-L4R5ZI kit and have example Flash erase code available for L4 series which I ported to R5ZI.As you can see, the example code has two portions:Erases the page(s) which w...
I recently bought X-NUCLEO-53L0A1 to evaluate the distance sensor. My application requires accuracy of 1mm at the least.PFA video file showing my evaluation. Pls open the file with appropriate media player.As you can see, there is 2 to 3mm fluctuatio...
Hi,I have a STM32L4R5ZI based system that has some configuration parameters to be set based on the customer requirements. I want to make those settings being at customer place. I will not be having any compiler to modify the code for updating these s...