Fragility of Keil printf() for doubles on Cortex-M0(+) platforms
I generally don't open threads, but one recurring frustration I've had with Keil on CM0(+) platforms is with printf() going off the rails with "%.2lf" "%.3lf" type formats.I've seen more often than I care for, a situation where code working elsewher...