User Activity

Is the ordering of simultaneous ADC interrupts deterministic and how could I find the ordering? I am triggering two ADC sample and converts simultaneously from a single timer (gave up on using "multi ADC mode" ) and need to know when the second inter...
When starting a new project in STM Cube IDE there is an option given to generate C++ instead of C code but when selected I still get the same generated c code... If I wan't to use modern C++ conventions what are my options or should I be looking at a...
I need to accurately time the delay between two rising edges being triggered (charging time of a capacitor). The device I'm testing this out on is on a Nucleo-H743ZI but eventually want it to run on a Nucleo-F446RE so am not looking to use the HRTIM ...
I am collecting a stream of ADC samples that are being integrated (added together and multiplied by the time period) at regular intervals during an ISR but was hoping there may be a way to offload this so I could just read and reset the accumulated v...
I'm using an STM32F466RE to drive a motor via PWM and want to sample a current monitor via ADC during the active part of the pulse so that I can integrate the amount of power delivered to the motor. This will require the sample rate to be high enoug...