Difference between revisions of "Extend IOP16 minimal example"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 6: | Line 6: | ||
= Baseline Design = | = Baseline Design = | ||
− | * Start | + | * Start from [https://github.com/douggilliland/IOP16/tree/main/Higher_Level_Examples/TestIOP16_Minimal|minimal IOP example] |
** Similar to Arduino "Blink Sketch" and uses | ** Similar to Arduino "Blink Sketch" and uses | ||
*** Timer Unit 0 1 second timer | *** Timer Unit 0 1 second timer | ||
*** On-board LED | *** On-board LED |
Revision as of 09:44, 11 April 2022
Overview
- This is a guide to extending the IOP16 by adding IOP16 Peripherals to the minimal design
- This guide requires general familiarity with IOP16 16-bit I/O CPU Design
Baseline Design
- Start 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