Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmoy2504/8051project
Repository Containing all Keil uVision5 C51 Project file for 8051 Microcontroller in C Language. Targeted Device - Microchip AT89S51/AT89S52
https://github.com/tanmoy2504/8051project
8051 at89s51 at89s52 atmel embedded-c keil-uvision5 mcs51 microchip microcontroller
Last synced: 3 days ago
JSON representation
Repository Containing all Keil uVision5 C51 Project file for 8051 Microcontroller in C Language. Targeted Device - Microchip AT89S51/AT89S52
- Host: GitHub
- URL: https://github.com/tanmoy2504/8051project
- Owner: Tanmoy2504
- Created: 2021-06-24T07:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T05:50:48.000Z (over 3 years ago)
- Last Synced: 2024-11-08T08:22:37.711Z (about 2 months ago)
- Topics: 8051, at89s51, at89s52, atmel, embedded-c, keil-uvision5, mcs51, microchip, microcontroller
- Language: Assembly
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keil 8051 Projects
Repository Serving as backup for all my Keil uVision Project file for 8051 Microcontroller (Arch: MCS-51). All of the project Intended for Microchip AT89S51/AT89C51 microcontroller using the same MCS-51 Architecture.Note: This repository's sole purpose it to hold backup copies of all the project files. If you want to use any of the code components / project files, please feel free to edit and modify as per your convinience. Since i've just started learning, please don't expect production grade code or it being space or execution cycle efficient.
To use the project file as-it-is, you need to have Keil uVision 5 Installed along with C51 Compiler properly set. Each Project Folder has it's own readme having the instructions about the configurations, flag bits & options selected.
Incase you're using Open-Source SDCC (Small Device C Compiler) instead of Keil C51 compiler, you can re-use most of the ".c" files (Except RTX-51 Projects) inside the relevant folders as it's more or less the thing you might be looking for.