User Activity

Hello,  I have been trying for some days to read the values incoming form both ADCs, ADC1 & ADC4, from the NUCLEO U545-REQ. The overall idea is to trigger both ADCs at the same time in output compare mode but if i try to trigger both of them at the s...
Hello,    Does someone have information, project, whatever that can help me understand how do the Queues and Nodes work and interact with each other?    My STM32 has two ADCs, ADC1 & ADC4, and i want to trigger both of them to read values comming fro...
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...
Kudos given to