Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | Difference between FSR0 read and TBLRD

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Difference between FSR0 read and TBLRD - kalyanramuv - Mar 12 16:00:00 2004

Hi all,

What is the difference between using TBLRD and FSR0,FSR1.

Can anyone explain to me how data memory read and program memory read.

When TBLRD is done where does data is read from exactly.

I want to use PIC18f452 for my application.

Thanks,
Kalyan





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: Difference between FSR0 read and TBLRD - Eirik Karlsen - Mar 12 16:38:00 2004

FSR is used to select a file register (thats RAM) for read or write via INDF. These only works on RAM.
TBLPTR is used to select a program memory location for read or write via TABLAT. These only works on program memory
See datasheet, it explains it all.

kalyanramuv wrote:

 Hi all,

What is the difference between using TBLRD and FSR0,FSR1.

Can anyone explain to me how data memory read and program memory read.

When TBLRD is done where does data is read from exactly.

I want to use PIC18f452 for my application.

Thanks,
Kalyan
 
 


--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Best Regards
Eirik Karlsen
 



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )