Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.