Posted on May 17, 2011 at 13:31Hello, I just wrote an ADC driver using DMA and it appears to work correctly in the scenario you described. The code is here: http://chibios.svn.sourceforge.net/viewvc/chibios/trunk/os/hal/platforms/STM32/ Look for adc...
Posted on May 17, 2011 at 13:16I also think that 32 bit timers would be a good idea. Something with a 32 bit prescaler, 32 bit up counter and a series of comparators. It would be really useful for high resolution timings. Another improvement would b...
Posted on May 17, 2011 at 13:10Hello, the use of the dedicated stack for exceptions is very important in order to save RAM IMO. Without a dedicated stack you would have to reserve enough space for interrupts processing on each thread/task stack. The...
Posted on May 17, 2011 at 13:08Hello, I am using the CodeSourcery command line tools with no problems, both the windows and linux versions. I have no trouble with inline functions and high optimization levels (-Os, -O2 and -O3). In the project in my...
Posted on May 17, 2011 at 13:01Quote:On 05-02-2009 at 19:53, Anonymous wrote: I've heard about Eclipse + OpenOCD. Do anybody used these? What should I think of the various free alternatives? I use exactly that for the project you can see in my sign...