ARDUINO DUE - FREQUENCY REGISTERS

Hello all!

Since this is more of understanding the Atmega Datasheets, but also coding, i will ask hereand in the Microcontroller section.

  1. Does the DAC Outputs have frequency registers as the PWM outputs?
    ( Is it possibble to change the DUE DAC Frequency Output?.)

  2. What are the frequency registers for the Arduiino DUE?

  • I Know for Arduino Uno is TCCR2B.
    2.1 What does it mean TCCR2B?

The DACs can be paced with a Timer Counter, or a PWM Event Line 0 or 1 or in Free Running Mode.

There are numerous example sketches in the DUE sub forum for DAC conversions .....

https://forum.arduino.cc/index.php?topic=469222.0
reply 4

https://forum.arduino.cc/index.php?topic=224672.0
reply 10

https://forum.arduino.cc/index.php?topic=224672.0
reply 12

........