User Activity

I'm new to the topic and have a basic question.I set up a ADC_DMA transfer to read sensor values: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)&ADC1ConvertedValue, 1)This works to always update the ADC1ConvertedValue variable to the latest value.But how can ...
Hello togetherI'm brand new to the field and I'm just starting getting used to it. So please forgive me "stupid questions" :)The ultimate goal of my task is to continuously analyze sensor data by means of an STM32 (currently F44RE Nucleo board for te...