User Activity

I have a high-resolution timer configured at some frequency. This master timer has three other timers associated to it, where each timer also runs at the same frequency. But the trigger events of these timers are compare values from the master timer,...
I toggle a GPIO pin in the ADC call back function, I get time values on the oscilloscope close what is the supposed to be according to the datasheet, is that correct and efficient? Is there a method better maybe?
I am able to read from ADC3 and ADC4 over DMA but i am disabling the continous request feature of the DMA and starting and stopping the DMA in the program infite loop and its is working correctly.But when I try to start the ADC with DMA outside the t...
#define TEMP110_CAL_VALUE ((uint16_t*)((uint32_t)0x1FFF75CA)) #define TEMP30_CAL_VALUE ((uint16_t*)((uint32_t)0x1FFF75A8)) #define TEMP110 ...
Kudos given to