Difference between revisions of "Extend IOP16 minimal example"

From Land Boards Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
* Starts from [https://github.com/douggilliland/IOP16/tree/main/Higher_Level_Examples/TestIOP16_Minimal|minimal IOP example]
 
* Starts 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 the resources
 
*** Timer Unit 0 1 second timer
 
*** Timer Unit 0 1 second timer
 
*** On-board LED
 
*** On-board LED

Revision as of 10:26, 11 April 2022

Overview

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 the resources
      • Timer Unit 0 1 second timer
      • On-board LED

Select Peripherals

Create new peripherals

Write Assembly code

Test the build