avr8
-
Tutorial: Custom AVR8 Soft Processor for use with Arduino IDE. (V1.2)
This screencast provides instructions for downloading and synthesizing a custom AVR8 soft processor for use with a version of the Arduino IDE that has been modified for use with the Papilio. Prerequisites: AVR8 Source Code Arduino IDE modified for the Papilio. Xilinx ISE free “Webpack” version. Part 1: Downloading the AVR8 source code. Selecting only…
-
Tutorial: How to use the BASCOM-AVR IDE and the Papilio One to run BASIC programs on an FPGA
Prior to starting this tutorial, you should verify that the FTDI drivers are installed correctly and verify that your Papilio One board is working correctly by following the Papilio One Quickstart Guide. Overview: This tutorial will demonstrate how to easily and seamlessly use the BASCOM-AVR IDE to develop and compile BASIC programs that will run…
-
Tutorial to connect PWM to any physical pin.
With the flexibility of an FPGA your PWM outputs don’t need to be restricted to a specific pin. In fact, Wings are a snap to develop because they aren’t constrained by the board they connect to. With this freedom it is possible to write a sketch that uses a PWM on any pin! This tutorial…