Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (1 vote)
93 views

8051 Programming Ready Reference

The memory map document describes the memory map of special function registers (SFRs) for the 8051 microcontroller. It discusses the functions of bits in the TMOD register for timers and the modes of operation. It also mentions the TCON and IE SFRs and interrupt service routine addresses.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
93 views

8051 Programming Ready Reference

The memory map document describes the memory map of special function registers (SFRs) for the 8051 microcontroller. It discusses the functions of bits in the TMOD register for timers and the modes of operation. It also mentions the TCON and IE SFRs and interrupt service routine addresses.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Memory Map of 8051 microcontroller

Memory map of the SFRs:

The individual bits of TMOD have the following functions:

As you can see in the above chart, four bits (two for each timer) are used to specify a mode of operation. The modes of operation are:

TCON (88H) SFR

Interrupt Service Routine Addresses:

Your program may enable and disable interrupts by modifying the IE SFR (A8h):

You might also like