User Activity

Project Details:The project consists of two STM32 MCUs connected over UART (without any external pull up resistors). One STM32L4 MCU (LPUART1) acts as an AT master and other STM32L0 MCU (UART 1) acts as an AT slave. AT slave is configured to wake up ...
Project Details:The project consists of two STM32 MCUs connected over UART (without any external pull up resistors). One STM32L4 MCU (LPUART1) acts as an AT master and other STM32L0 MCU (UART 1) acts as an AT slave. AT slave is configured to wake up...
I working on a STM32L462 project, which needs to invoke the bootloader from the user program. I don't have access to the Boot0 pin. I came across two methods of doing the same but not sure which one should i employ for clean transition.Method 1: - Se...
I am connecting the STM32L4 MCU UART to silicon labs IC CP2105 (UART to USB converter). The UART to USB bridge is bus powered from the type C connector and the STM32 is separately powered from the battery. When the CP2105 is in off state ( No USB ca...
I am planning to use STM32L4 hardware oversampling by a factor of 2. With the current setup (without oversampling), I am triggering ADC capture and conversion using Timer update event. The timer update event is generated at 10kHz and so the ADC is s...