f4-discovery, fpu not working in timer interrupt?
Posted on May 21, 2013 at 16:55Hi, I'm testing the f4 and the fpu. I have a small fpu test like this:volatile float a=0;volatile float b=.1;int c;for(;;) { GPIOD->ODR^=0x8000; for (c=0;c<100;c++) a=a+b; }So by looking at PD15 ...