PIC 18F452 Table Pointer/ Table Read


Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563

    Unhappy PIC 18F452 Table Pointer/ Table Read

    Hi everybody,

    I recently did a 5x8 LED dot matrix project . Used PBP and asm. ASM for the interrupt based display refresh. It was 80 Colums (16 characters) x 8 rows. Rows scan type. For conversion from ASCII I used the PBP lookup. It seems from the PIC18F452 instruction set that using a tablepointer based table read may reduce the code overhead and increase speed. My intution says that PBP is not using this stuff to keep the whole thing compatible with the 16F series.(The PCL of PIC18 increments by 2 and RETLW thus not compatible with other series) I tried reading the 18C reference manual but the concept is not so clear.

    So I am looking forward to

    1. Any example/tutorial/reference on using the above table instruction

    2. Insight on using it within PBP

    3. Creating a Lookup table

    BTW if anyone has done a 5x8 Font table please help (I was lazy and used a 5x7 one, still reluctant to update it)
    Last edited by sougata; - 13th March 2006 at 06:28.
    Regards

    Sougata

Similar Threads

  1. How i ken read 7.2v with pic
    By jetpr in forum Schematics
    Replies: 10
    Last Post: - 18th June 2006, 09:44
  2. Help, problems first time with 18F452 PIC
    By MikeTamu in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 19th August 2005, 20:49
  3. PIC read program
    By TEOWK in forum General
    Replies: 3
    Last Post: - 10th June 2005, 13:48
  4. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14
  5. PIC vs PLC (programmable logic controller)
    By pondindustrial in forum Off Topic
    Replies: 4
    Last Post: - 17th December 2004, 21:11

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts