Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 3.04 KB

README.md

File metadata and controls

67 lines (56 loc) · 3.04 KB

COP400L Series KiCAD Library

Library of schematic components in the COP400 Microprocessor Family

Currently included are:

  • COP310C - Single-Chip CMOS Microcontroller
  • COP310L - Single-Chip N-Channel Microcontroller
  • ETL9310 - Single-Chip N-Channel Microcontroller
  • COP311C - Single-Chip CMOS Microcontroller
  • COP311L - Single-Chip N-Channel Microcontroller
  • ETL9311 - Single-Chip N-Channel Microcontroller
  • COP303 - ROMless CMOS Microcontroller
  • COP313C - Single-Chip CMOS Microcontroller
  • COP313CH - Single-Chip CMOS Microcontroller
  • COP313L - Single-Chip N-Channel Microcontoller
  • COP401L - ROMless N-Channel Microcontroller
  • COP410L - Single-Chip N-Channel Microcontroller
  • ETL9410 - Single-Chip N-Channel Microcontroller
  • COP411C - Single-Chip CMOS Microcontroller
  • COP411L - Single-Chip N-Channel Microcontroller
  • ETL9411 - Single-Chip N-Channel Microcontroller
  • COP403 - ROMless CMOS Microcontroller
  • COP413C - Single-Chip CMOS Microcontroller
  • COP413L - Single-Chip N-Channel Microcontroller
  • COP402 - ROMless N-Channel Microcontroller
  • COP422 - Single-Chip N-Channel Microcontroller
  • COP422C - Single-Chip CMOS Microcontroller
  • COP422L - Single-Chip N-Channel Microcontroller
  • COP426C - Single-Chip CMOS Microcontroller
  • COP425C - Single-Chip CMOS Microcontroller
  • COP442 - Single-Chip N-Channel Microcontroller
  • COP2442 - Single-Chip Dual CPU Microcontroller
  • COP445C - Single-Chip CMOS Microcontroller
  • COP445L - Single-Chip N-Channel Microcontroller
  • COP465 - Single-Chip N-Channel Microcontroller
  • COP485 - Single-Chip N-Channel Microcontroller

Datasheets

Contributions

Please file an Issue or Pull Request at https://github.com/webaugur/cop41xl-kicad-library

License

Copyright 2021, David L Norris

This library is licensed under the GNU LGPL v3, which can be found in LICENSE.md

Library Setup

To add this library to your KiCad Project, do the following steps:

  1. Copy the "cop41xl.lib" and "cop41xl.dcm" to the root of your KiCad project's folder.
  2. In Eeschema (the schematic editor of KiCad) go to the "Preferences" -> "Manage Symbol Libraries..." menu option.
  3. In the Symbol Libraries dialogue that appears, switch to the "Project Specific Libraries" tab.
  4. Click "Append Library", beneath the table.
  5. In the new line of the table, set Library Path to "$(KIPRJMOD)\cop41xl.lib" on Windows or "$(KIPRJMOD)/cop41xl.lib" on Linux/Mac, and ensure Plugin Type is "Legacy".
  6. You can leave the Options and Description fields blank. You should set Nickname to something descriptive - for example, "65xx library".
  7. All done: you are now ready to use these schematic components in your project!