User Activity

Hello,  I have a NUCLEO U545 - REQ and i have a Queue in which i read the incoming values from 4 potientiometers from my ADC4 and send them directly into the DMA.  The problem is that i also have the ADC1 connected to some potentiometers and im not a...
Good afternoon,  I have a question regarding the best strategy to follow on how to measure multiple channels with the ADC (triggered with timer) and map them to the DMA. I have followed the project called ADC_DMA_Transfer that can be found in the Pro...
Good afternoon,  I am currently trying to calibrate my ADC4 of my NUCLEO U545 and I am using the following function: HAL_ADCEx_Calibration_Start(&hadc4, CalibrationMode, SingleDiff);As said before the first parameter is going to be the ADC4 that I am...
Good afternoon,  I have some questions for reading multiple channels of the ADC in continuous mode and map the results in the DMA. I have been able to monitor the voltage coming from a potentiometer and map it into the DMA and i can see the values in...
Hello everyone  New STM32 user here, more specifically STM32 U545 RE-Q. I am kind of new and i would like to start acquiring some data with the STM32 ADC, triggered by a timer, and send the data to the DMA so that i can use the CPU for other stuff. D...
Kudos given to