User Activity

Hello Team,I am using STM32F767ZI Nucleo board in my project.Bootloader flash start address - 0x08000000Bootloader to application jump address - 0x08020200Application flash start address - 0x08020000 Read res...
Hi,I am using STM32l4 nucleo-144 board to create an example application for LPUART1 communication.Part number - STM32L4R5ZII have configured the GPIO and required clocks. But still not able to do a successful transaction. /* Enable Power Clock */ ...
Hi,I am trying to develop a simple example program to control the 3 User LED's in the nucleo-144 board.Part number - STM32L4R5ZII have configured the following clock settings and BSP for the LED's.Clock Settings:/* Enable MSI oscillator and configure...
Hi,In our project we would like to power on H3LIS331DL only once after reset and configure the sensor in lowest power mode when not in use. Issue is that, the data ready interrupt is triggered only for the very first iteration and no more interrupts ...