User Activity

Hi, We are using a customized board with stm32l4x MCU. A QSPI flash is connected with MCU. Trying to program qspi flash using ST Link Utility with External Loader. Somehow we are able to manage to program the qspi flash. Problem statement is, if I do...
Hi, We are using STM32L43xxx controller (in a custom design board) with ADC and low power mode functions. In normal operation, ADC is working fine (before entering into sleep mode). ADC_FLAG_RDY is failing in ADC_Enable function (stm32l4xx_hal_adc.c)...
hi,we are trying to measure vrefint using adc of stm32l1xx. the converted data is keep on varying between 0 to 3000 (decimal). we are not sure where is the problem. can anyone help on this issue? here is the sample code: //hsi clock is enabled in st...