Extend IOP16 minimal example
Contents
Overview
- This is a guide to extending the IOP16 by adding IOP16 Peripherals to the minimal design
- Not the same as Embedding the IOP16 into another design
- This guide requires general familiarity with IOP16 16-bit I/O CPU Design
Steps
- Copy baseline design
- Select/add peripherals
- Create new peripherals
- Write assembly code
Baseline Design
- Starts from IOP example
- Similar to Arduino "Blink Sketch" and uses
- Timer Unit 0 1 second timer
- On-board LED
- Similar to Arduino "Blink Sketch" and uses