7 Segment counter using a lookup table for PIC Micro's

preview_player
Показать описание
Aim:
To introduce the use of a lookup table for the PIC16 micro's using PIC Simulator IDE.

Outcomes:
After this video, you should be able to implement lookup tables to convert data.

Assumed Knowledge:
Basic PIC programming and memory architecture.
Рекомендации по теме
Комментарии
Автор

great video and its easy to understand

katlegomakhubela
Автор

I did count using the movb function with assembly. I did a counter that just counts to 0F. I did MOVB #$0F, MyCount next I did a BNE loop for when the counter is going to zero. AFTER I did a BRA Loop to go back to the count again

ryandyc
Автор

How do I call my LUT in the loop I'm trying to get the incremented x value to get passed into the lut and then have the 7segmebt value pulled back to be used to drive the 7 segment port

ryandyc