User Activity

I am using the SBSFU project for OTA.I have linked my UserApp successfully with SBSFU projects and firmware up-gradation is working fine when FIREWALL protection is disabled.I am using the STM32L4 series controller and am aware of L4 series firewall-...
Hello,I am using the STM32L4R5ZI-P dev board.I have configured USB as a device only with the CDC class, where APP_TX_DATA_SIZE is 2048, USBD_MAX_STR_DESC_SIZ is 65536.When I am transmitting a data buffer of 512 bytes continuously for 1 millisecond th...
I am using STM32L4S7VIT MCU.I am using STOP2 mode to put MCU in power-down mode, for that, I am simply making all the pins as ANALOG except 1 interrupt GPIO PE0 and then calling STOP2 power-down function, but it is taking around 2 mA current it shou...
I am using NUCLEO-L4R5ZI-P board, I have measured current consumption by using example project (PWR Mode: STOP1) and I got the following readings :Practically STOP1 : 1.19 uA Datasheet STOP1 : 4 uA Why I am not getting same value mentioned in datashe...