User Activity

Hi everybody,I think I found a bug in stm32l4xx_hal_exti.h at the definition of the GPIO-ports:#define EXTI_GPIOA 0x00000000u#define EXTI_GPIOB 0x00000001u#define EXTI_GPIOC 0x00000002u#define EXTI_GPIOD 0x00000003u#define EXTI_GPIOE 0x00000004u#defi...
Posted on July 09, 2018 at 18:19Hi everyone,going through the datasheets of STM32L4x1 processors (probably concerns further processors as well) I found that LSE is always limited to 1MHz but my question is what limits it, i.e. can I use LSE > 1MHz i...
Posted on April 26, 2017 at 08:40Dear all,I have the following situation: STM32L471/L476 processorUsing the ADC with the internal reference buffer (2.5V) as analog eferenceOne of the ADC input signals comes from a rail-to-rail OP-AMP with 3V supply...
Posted on April 07, 2017 at 10:27Hello everybody,I have the following situation: Processor STM32L47648MHz HSEI want to sample an external signal at 4MSPS. Therefore I use 60MHz PLLSAI1 as ADC1's clockThis gives 4MSPS (with 2.5cycles sampling and 12...
Posted on February 15, 2017 at 12:22Hello everybody,I encountered the following problem when generating code from CubeMX for the USART peripheral of a STM32L476QEIx:SETUP: STM32CubeMX 4.19.0CubeL4 Version 1.6.0CPU STM32L476QEIxPROBLEM: USART1 is c...
Kudos from