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
- National Semiconductor data book - https://archive.org/details/bitsavers_nationaldaMicrocontrollersDatabook_46024941/page/n67/mode/1up?q=cop411
- Single N-MOS - https://atarihq.com/danb/files/COP411.PDF
- Single CMOS - http://kazojc.com/elementy_czynne/IC/COP311C.pdf
- ROMLess NMOS - http://kazojc.com/elementy_czynne/IC/COP401L.pdf
- COP400 - http://vtda.org/docs/computing/NatSemi/424410284-001A_COPSProgrammingManual_Feb85.pdf
Please file an Issue or Pull Request at https://github.com/webaugur/cop41xl-kicad-library
Copyright 2021, David L Norris
This library is licensed under the GNU LGPL v3, which can be found in LICENSE.md
To add this library to your KiCad Project, do the following steps:
- Copy the "cop41xl.lib" and "cop41xl.dcm" to the root of your KiCad project's folder.
- In Eeschema (the schematic editor of KiCad) go to the "Preferences" -> "Manage Symbol Libraries..." menu option.
- In the Symbol Libraries dialogue that appears, switch to the "Project Specific Libraries" tab.
- Click "Append Library", beneath the table.
- 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".
- You can leave the Options and Description fields blank. You should set Nickname to something descriptive - for example, "65xx library".
- All done: you are now ready to use these schematic components in your project!