User Activity

There is not information, on how to clear the flag (1 or 0), on register TIMx_SR (x=1,8,20).I believe there were also other registers where it was not mentioned, how to clear them.
Hi,i am testing the ADC at the moment, and the values i get out of it look pretty good. Except, when using a squarewave.See my video: https://www.youtube.com/watch?v=TmKADM2yQvU The manual states for having the ADC run from AHB clock: "... has the ad...
Hi,when investigating issues with the DMA, i found, that the prescaler is not working properly.At 128 and 64 setting, the initialization of the ADC does not even finish. It is stuck in the loop after enabling the ADC.   SET_BIT(RCC->AHB2ENR, RCC_AHB2...
I have some problems getting all the information out of the manual.Using HAL is no option.There are a lot of questions (Question are all refering to "Injected simultaneous mode") that cant be answered, or details that are confusing:- When in Injected...
Hi,i am trying to investigate the behaviour of the ADC when measuring a value, where the ADC is triggered from a timer source.In the manual it states, that when the ADC is clocked from SYSCLK or PLL "P", then it would be faster, but when clocked from...