Search found 4 matches

by meliasuk
Thu Sep 21, 2006 9:08 pm
Forum: General Programming
Topic: Can't get port A bit 5-7 to work
Replies: 1
Views: 3846

Can't get port A bit 5-7 to work

Hello, I have a v.3 development board and I'm using PIC16F88 chip. For some reason, I just simply can't use port RA5-RA7. They somehow always act as if they are inputs but they don't really do anything. Even if I set the port direction to output, they still wouldn't output anything; in fact, they st...
by meliasuk
Thu Sep 14, 2006 10:04 am
Forum: C and ASM Programming
Topic: Need help:Problem in initiating comparator module (PIC16F88)
Replies: 3
Views: 6306

Yes I do. Here's what's written in the err file. Thanks.

Error[113] C:\DOCUME~1\MARTIN~1\DESKTOP\INNOVA~1\COMPAR~1\COMPAR~1.ASM 12 : Symbol not previously defined (T0IF)
by meliasuk
Wed Sep 13, 2006 8:28 pm
Forum: C and ASM Programming
Topic: Need help:Problem in initiating comparator module (PIC16F88)
Replies: 3
Views: 6306

Need help:Problem in initiating comparator module (PIC16F88)

I am able to compile the following C-code but keep getting error during the assembly process. What I am trying to do is to run the comparator in mode 011 (two common voltage reference) and generate output based on the comparator out. Thank you in advance. Main Program: // Comparator function try-out...
by meliasuk
Tue Jul 04, 2006 8:45 pm
Forum: General Programming
Topic: How do you find Variable table start?
Replies: 1
Views: 4444

How do you find Variable table start?

Where can I find the value I need to input to the "Variable Table Start", i.e. how do you know for 16F84A it's 0x0c, etc. I have been downloading spec sheets for PIC MCU but I am having trouble finding that value. Thanks.