Search found 211 matches

by CharlieM
Sat Mar 27, 2010 2:26 pm
Forum: General
Topic: need some more help!
Replies: 5
Views: 3900

OK Jerry Thanks.
by CharlieM
Sat Mar 27, 2010 12:20 pm
Forum: General
Topic: need some more help!
Replies: 5
Views: 3900

Thanks for the replies.
Someone corect me if I've got this wrong but I thought there was a problem with Swordfish and using Timer0 in 16bit mode
Can someone confirm this? I may have to do some test to see.
by CharlieM
Sat Mar 27, 2010 1:53 am
Forum: General
Topic: need some more help!
Replies: 5
Views: 3900

need some more help!

Hello everyone, I have these two lines of code: Dim Timer1 As TMR1L.AsWord <<<<<< see how this one is correct Dim Timer0 As TMR0L.asword <<<<<< see this one is all lower case. Does that mean the the var timer0 won't hold the full 16 bit value? The pic I am using is a 18F1220. Timer0 is selectable as...
by CharlieM
Thu Mar 25, 2010 12:53 pm
Forum: Compiler
Topic: loading a word variable with a timer value
Replies: 7
Views: 4125

OK I see what I did wrong. Thanks.
by CharlieM
Thu Mar 25, 2010 12:03 pm
Forum: Compiler
Topic: loading a word variable with a timer value
Replies: 7
Views: 4125

Hi Andy,

I am using a 18F1220. I don't understand why that matters. I just need to know how to put both high and low bytes of a timer in a single word variable. I have read over the LR,but don't see anything on that. I guess I can't see the forest through the trees.
by CharlieM
Thu Mar 25, 2010 11:19 am
Forum: Compiler
Topic: loading a word variable with a timer value
Replies: 7
Views: 4125

Using that method I get error "Invalid variable type" and
"Symbol not expected". Any other ideas?
by CharlieM
Thu Mar 25, 2010 10:38 am
Forum: Compiler
Topic: loading a word variable with a timer value
Replies: 7
Views: 4125

Thanks Matt.
by CharlieM
Thu Mar 25, 2010 12:59 am
Forum: IDE
Topic: Problem with F12!
Replies: 7
Views: 5396

F12 issue *SOLVED*

OK I uninstalled SF and deleted all directories and registry entry's.I reinstalled and all is ok. I think this is a issue that needs to be addressed.
by CharlieM
Thu Mar 25, 2010 12:27 am
Forum: IDE
Topic: Problem with F12!
Replies: 7
Views: 5396

Hi Andy,

I use the F12 all the time to check my syntax without having to wait to really compile. I did do a reinstall. I guess I left some files in place. I might try it again. Enjoy using F12 :cry: ......... :D
by CharlieM
Thu Mar 25, 2010 12:19 am
Forum: Compiler
Topic: loading a word variable with a timer value
Replies: 7
Views: 4125

loading a word variable with a timer value

Hello everyone,
dim Timer1 as word(TMR1L)
This is taken from the language reference. Will this load the variable timer1 with both low and high bytes of timer1?If no then how would I do it?

Thanks.
by CharlieM
Thu Mar 25, 2010 12:07 am
Forum: IDE
Topic: Problem with F12!
Replies: 7
Views: 5396

OK So I have narrowed it down to just one project. If I open another project the F12 key works. Anyone from Mecanique here?
by CharlieM
Tue Mar 23, 2010 11:17 pm
Forum: IDE
Topic: Problem with F12!
Replies: 7
Views: 5396

OK So I uninstalled ISIS demo and the plugin. Now I hit F12 to check the syntax nothing happens. It really screwed things up.
by CharlieM
Tue Mar 23, 2010 12:37 am
Forum: IDE
Topic: Problem with F12!
Replies: 7
Views: 5396

No one else has this problem?
by CharlieM
Sun Mar 21, 2010 4:25 pm
Forum: General
Topic: Question
Replies: 3
Views: 2874

Thanks Matt. That is what I needed to know.
by CharlieM
Sun Mar 21, 2010 12:05 pm
Forum: General
Topic: Question
Replies: 3
Views: 2874

Hi everyone, I have been reading up on CCP. http://ww1.microchip.com/downloads/en/DeviceDoc/ccpwm.pdf I understand the capture part. Basically If I have the ccp pin to capture a falling edge every time the ccp pin sees a logic 0 the ccpL:ccpH register will be loaded with the timer1 value. Is this co...