Posted on May 17, 2011 at 13:28two things, firstly that declaration probably wants to be const and volatile: const vu8 __attribute__((section(''.myflashsection''))) SomeArray[2048]; (which sounds strange at first, but makes sense when you look at th...
Posted on May 17, 2011 at 13:28Hi Rob, I have successfully used the timer 3 prescaler (via the firmware libraries (which set TIM3->PSC to the required value). It does change the counter frequency (after an update: figures 73 and 74 of my manual). No...
Posted on May 17, 2011 at 13:27The amontec jtagkey tiny is not the best (it uses an ftdi chip), but I've found it works fine and is fairly easy to get going. It only costs 29 euros plus a bit more postage. http://www.amontec.com/jtagkey-tiny.shtml
Posted on May 17, 2011 at 13:23This is a handy site: http://www.dsptutor.freeuk.com/index.htm I used the FIR filter designer to come up with some coefficients for a low pass filter, and had a look at some of the java source to figure out how to appl...