Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

whats the data memory consist of ??in PIC 16f877a

Status
Not open for further replies.

rangerskm

Full Member level 4
Full Member level 4
Joined
Jan 23, 2013
Messages
199
Helped
0
Reputation
2
Reaction score
0
Trophy points
1,296
Visit site
Activity points
2,663
1) explain the registers in detail .
2) what are memory banks ??how is it used ??explain
3) explain SPECIAL FUNCTION REGISTERS.
4)HOW THE MOMEORY ORGANISED IN DATA MEMORY??
 

hi
1-Pic is based on RISC architectures and for this reason that has a lot of registers to control different functions for instance : analog to digital conversion , timers , CCP and so on.
2-memory bank are the way to manage RAM, PIC16F have four bank, and to access these bank you must use 2 bits in STATUS REGISTER to address these banks.
3-special function register are the registers that control different function on PIC MCU as described in (1),General purpose registers are used as RAM.
4-PIC mcu are based on Harvard architecture, so the DATA memory and PROGRAM memory are separated.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top