3
votes
3answers
527 views

Help understanding AVR execution timing

I am working with an Atmel ATMEGA32U4 microcontroller - datasheet here with a 16 MHz crystal for system clock. From my understanding, this chip has a 'Divide clock by 8' fuse programmed from the ...
2
votes
3answers
549 views

How to calculate loop delay in avr based architectures

I am trying to do some high time precision work (well not that high, but more than normal) and would need calculate the time delay generated by a small loop. Can anyone help me with that? These are ...