User Activity

Suppose you want to get the max sample rate out of the ADC and you can not use DMA, how would you do that?
I need to have ADC1 and ADC2 run sumultaneously. Each ADC has 2 injected channels. I want to start the ADC once and then have it constantly run converting the 4 injected channels, putting the result in the 4 associated JDR registers and raising a fla...
Hi,When I add variables to watch during debugging, the watch window does not display the actual value of the variable. I know the variables have the correct value because the program flow based on the value of the variable is correct. The watch just ...
Hi,I am working with the Nucleo-H743zi. I am unable to get the DMA working in dual simultaneous mode. I see the ADC12_Common CDR registers are showing the ADC values properly, but my DMA never seems to fire.I can not find an example of ADC dual simul...