Posted on May 17, 2011 at 13:15Problem fixed. I didn't notice that the sample setting for each channel can be different, but not between regular and injected conversion. So I changed the sampling setting for the injected channels and now it works. R...
Posted on May 17, 2011 at 13:15Hi Shawn, for some other reasons I had to rewrite my code. I think I calculated it in the same way. After setting up my new code the clocks are runnig with these frequencies: ADCCLK: 3,500,000 Hz APB2: 28,000,000 Hz AH...
Posted on May 17, 2011 at 13:15Hi everyone, I'm using the ADC 1&2 in regular simultaneous mode (dual mode) each converting three channels continously. The DMA 1 is configured to transfer the three values to memory and generate an EOT-Interrupt. It a...
Posted on May 17, 2011 at 13:14Hi, I'll try to explain it in a different way. The standard startup file (vector table) of the Keil compiler doesn't include these functions. So I have to include them by myself. I just compared the Keil and the ST sta...
Posted on May 17, 2011 at 13:14Hi , I'm trying to get the new StdPeriph_Lib V3.0 work with the Keil uVision3 Environment. It seems like these two don't work togehter properly. I did a couple of tries in the last days but I had no success with it. I ...