Resolved! STM32G0 ADC 16-bit oversampling example
Hi,I'm not able to find any example on STM32CubeIDE about ADC 16-bit oversampling. Could someone from ST provide this for the STM32G0 MCUs?thanks in advance,gaston
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I'm not able to find any example on STM32CubeIDE about ADC 16-bit oversampling. Could someone from ST provide this for the STM32G0 MCUs?thanks in advance,gaston
One of the variint main(void){ /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /...
Hello guys, First i would like to thank you about your products and all the knowledge you share from your rich experience with us, really appreciate and helpful.I am using STM32L412RBPT evaluation board.This MCU has only 1 bank in the nvm of 128KByte...
Recently we have received STM32F103RBT6/T7 samples which could not be flashed using internal bootloader. We have checked working devices and under 0x1FFF F000 they have readable bootloader firmware code. Problematic samples have FF bytes in the same ...
Hi,I am working on STM32F777 MCU LQFP 176 Package.I need to confirm if i can use FMC interface with my EtherCAT chip FIDO5200 that uses 16-bit data lines and 4-address lines.Also I need to interface SRAM (parallel bus)that has 8-bit data and address...
I have a specific requirement to capture input PWM analog signal using Timers.The timer should capture both period and duty cycle of the input signal for one pulse, then stop the capture automatically.The application can read the capture compare regi...
Hi STM,I am having short question about BACKUP SRAM on STM32F437 MCU. So, for how long will BACKUP SRAM keep data, if power supply is removed. Will the data stay there, after some long period or will they be wiped out?If they are going to be wiped ou...
I've been working on getting the STM32f7-EVAL operational to later on migrate it to STM32F767II. For this we decided to split up functionality into 3 sections, there is a forward facing application that has the main and specific business logic.Curren...
In my STM32, if I have set the GPIO_MODER as "Alternate function" and did not set any values in the GPIO_AFRL and GPIO_AFHL, I guess it will take the defaukt value of AF0. What is AF0 used for ?