ECE 346 Microcontrollers
#1

[attachment=14713]
ECE 346 Microcontrollers
MC68HC11 Educational Board,
Input and Output
What is it?

Circuit board that has a 6811 microcontroller
Has additional peripheral devices to make it easy to evaluate the 6811 microcontroller
Serial interface, breadboard area, extra RAM, EEPROM
Can be configured in a variety of ways
Memory Map
The memory map is a way of diagramming memory usage
Note how different regions of memory are used
Shows how memory resources are allocated to different purposes.
6811 Memory Map
6811 – I/O ports
Ports A, B, C, D, E
Total 40 I/O Pins
To use ports, must do one of two things
Either put 6811 in single chip mode by jumpering MODA and unjumpering MODB
Design a circuit that emulates the port functions
6811 – I/O ports
Port A – 8-bits, 3 input only, 4 output only, 1 input or output
Port B – General purpose output register.
8-bits, write to port B register causes data to be latched and driven from the port pins
I/O Ports (Continued)‏
Port C - General Purpose, 8-bit bidirectional I/O port
Control individual bits to be input/output by setting respective bit in DDRC register to 0/1
Reset clears DDRC—PORTC is input immediately after reset
Port D – General Purpose, 6-bit bidirectional data port
Input/output mode controlled by DDRD register
6811 board uses lower two bits for serial I/O
Upper two bits are not used and are always 0
I/O Ports (Continued)‏
Port E – 8-bit fixed direction input port
Eight binary inputs, but your evaluation board reserves PE0 for a special function and is not available
Can also be used to support 8 analog input channels
Ports are Mapped to Memory
Text I/O
Buffalo subroutines—use in your programs
INCHAR  input ASCII character to AccA and echo back, loops until it gets something
OUTA  output AccA ASCII character to terminal
Print “A” on screen
OUTA EQU $FFB8 ;Buffalo OUTA
INCHAR EQU $FFCD ;Buffalo INCHAR
* Output a character
LDAA #$41
JSR OUTA
* Input a character
JSR INCHAR
Note the Buffalo subroutines that are called to output and input characters.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ece microcontrollers 8051 vtu question, mini projects for ece of microcontrollers, ece mini projects topics microcontrollers, buffalo seminary edline, e85 buffalo ny, projecto moda karina,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Wireless Communication – ZigBee / Bluetooth / RF / IR based major projects for ECE project topics 9 19,157 16-07-2016, 03:45 PM
Last Post: jaseela123d
  ece projects for final year electronics seminars 6 41,842 10-11-2013, 08:36 AM
Last Post: Guest
  robotics project ideas for ece,eee,mech,cse project topics 1 2,734 04-01-2013, 01:02 PM
Last Post: Guest
  latest (ECE) electronics & communication engineering projects project topics 1 6,250 14-02-2012, 01:19 PM
Last Post: seminar paper
  mini projects for ece students project topics 2 43,145 11-02-2012, 02:44 PM
Last Post: seminar addict
  ece mini projects abstracts list project topics 2 15,234 06-01-2012, 10:24 AM
Last Post: seminar addict
  ece final year project ideas computer science crazy 0 6,726 18-08-2011, 03:23 PM
Last Post: computer science crazy
  Latest Project Ideas on EEE,ECE,Applied Electronics topics computer science crazy 0 2,367 16-08-2011, 03:02 PM
Last Post: computer science crazy
  ece projects topics list for final year ( New Ideas ) computer science crazy 0 2,630 16-08-2011, 02:16 PM
Last Post: computer science crazy
  Microcontrollers and Introduction to Real-Time Programming smart paper boy 0 812 12-08-2011, 02:32 PM
Last Post: smart paper boy

Forum Jump: