Hi!
It is still a matter of simplicity and the speed of the same micro-design changes.
New 8 bit machines also have clocks with prescalers and easy approach by e.g. Arduino.
Using ASM in the necessary moments, I have easy access to everything. I dont have the ADC, the internal timers pulses counted cheater 16B;
I count multiple overflows in short interrupts (INT), which extend the measurement range (less noise). Do I use floating point arithmetic.
Effective use of ARM requires a lot more work and skills (it's much more than a hobby).
Best regards Chris.
It is still a matter of simplicity and the speed of the same micro-design changes.
New 8 bit machines also have clocks with prescalers and easy approach by e.g. Arduino.
Using ASM in the necessary moments, I have easy access to everything. I dont have the ADC, the internal timers pulses counted cheater 16B;
I count multiple overflows in short interrupts (INT), which extend the measurement range (less noise). Do I use floating point arithmetic.
Effective use of ARM requires a lot more work and skills (it's much more than a hobby).
Best regards Chris.

PLUS : it has 12-bit ADCs (10 bits if you sample at 1MHz!!) AND they've got 2x12-bit DAC channels. Just amazing. There's nothing else out there that comes close, at least not with ALL the bits in one place. You can get the same speed ADC, but bugger-all memory, or lots of memory but no DACs, stuff-all PWMs, etc, etc. You kinda know what it's like already with all the Arduinos. I think the Due is going to be a killer module. (I'm not related in any way to Arduino, BTW). Personally I can't tell you much more, I just murdered my Due a day or so ago (my fault, flying lead, too many electrons in the wrong spot = let the smoke out
)
Comment