Giter Club home page Giter Club logo

microprocessor-2014-spring-q3's Introduction

Microprocessor-2014-Spring-Q3

Test on TEX5288 8051 Chip

##Features

1.Scrolling text (LCM row1 left 8 digit)
2.clock (LCM row1 right 8 digit)
3.16digit calculator (LCM row2 16digit)
16digit big number on 8bit MCU !!

all features without RTOS and run there features realtime

=====================================

Needed the REG320.h from here instead of teacher's example code.

It been added some NEW in it.

EX: /*LCM*/
    sbit RS_LCM	= P3^5;
    sbit RW_LCM	= P3^6;
    sbit EN_LCM	= P3^7;

====================================

To compile successful the Q3.c in keil C, You will need a license to upgrade from original free limited edition.

(because of code size in free edition is limited in 2K)

You can get PSN key here: http://pages.silabs.com/lp-keil-pk51.html

And get the license fellow the step here: http://top.ampbb.net/2013/08/usb-silicon-labs-c8051.html

===================================

My hardware environment settings

P0 for LCM dateline
P1 for 4x4 keypad
p3 for LCM cmdline
//LCM 16 char per row, 2

My software environment settings

BL51 Local:
    Code Range : 0X0000-0X3FFF
    Xdata Range : 0XFF00-0XFFFF
    Pdata : 0XFF00

microprocessor-2014-spring-q3's People

Contributors

jyny avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

microprocessor-2014-spring-q3's Issues

The key is now Silicon Labs only

Silicon Labs now offers a free version of the Keil PK51 Professional Developer's Kit, including the compiler/linker/assembler for use with Silicon Labs' 8-bit microcontrollers and Studio.

After applying the key for the Silicon Labs', all the Tenx devices in device database is no longer available, I guess they, Silicon Labs, have changed the policy or something.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.