2.1 ATtiny88

This section walks you through the basic steps for getting up and running with simple conversion and experimenting with MUX settings for ATtiny88 devices. The necessary registers are described along with relevant bit settings.

General Instructions to Test the Code on STK600

  • Place the ATtiny88 device onto the STK®600 using the specific routing card and/or socket card
  • Try accessing the device from the menu Tools → Device Programming in Atmel Studio
  • The voltage from AREF1 can be used as input to the ADC. Adjust the AREF1 voltage via the menu Tools → Device Programming → Board settings in Atmel Studio.
  • Connect AREF1 on the STK600 to the ADC input channel ADC0 (PC0) used in the examples
  • On the STK600, connect PB0 to LED0. Also, connect PB1 to LED1. These pins are used in the following examples to give visual indication. Also connect PB5 to the SW0 switch.