Search found 9 matches

by CHRISHODDYSON
Tue Aug 16, 2016 6:05 am
Forum: Compiler
Topic: Write to an external EE chip with Higher addresses and 32bit
Replies: 2
Views: 2700

Re: Write to an external EE chip with Higher addresses and 3

wp is floating, this would make sence
by CHRISHODDYSON
Fri Aug 12, 2016 6:10 am
Forum: Compiler
Topic: Write to an external EE chip with Higher addresses and 32bit
Replies: 2
Views: 2700

Write to an external EE chip with Higher addresses and 32bit

/* Is there something wrong with my code I am writing to chip 5 staring at address 60005 to 60008 to update a 32 bit number on a 24LC512, sometimes it works and sometimes it does not do i need longer delays between writes , i am not sure*/ Device = 18F4685 Clock = 25 Config CP0 = ON, CP1 = ON, CP2 =...
by CHRISHODDYSON
Wed Dec 31, 2014 6:53 pm
Forum: General
Topic: Trying to count from 2 counters Timer 0 and Timer 1
Replies: 4
Views: 4171

Re: Trying to count from 2 counters Timer 0 and Timer 1

Thankyou for all your help and clear guidance.
I first tried working without an interupt and it worked the same as before
Then i created an interupt to handle timer1 where i load it with FFFE and add to my pulse count on over flow and it works.
I will probably do the same for timer 0

Thank you again.
by CHRISHODDYSON
Wed Dec 31, 2014 6:59 am
Forum: General
Topic: Trying to count from 2 counters Timer 0 and Timer 1
Replies: 4
Views: 4171

Re: Trying to count from 2 counters Timer 0 and Timer 1

so I cannot use timer 1 like timer 0 to count pulses. you are saying I need to over flow then handle the interupt and add the count to my total. my overall task is to add two separate pulse inputs pulses together from two schmitt trigger opto pulse wheels.
by CHRISHODDYSON
Tue Dec 30, 2014 1:33 pm
Forum: General
Topic: Trying to count from 2 counters Timer 0 and Timer 1
Replies: 4
Views: 4171

Trying to count from 2 counters Timer 0 and Timer 1

//Timer 0 works perfectly and counts every pulser transistion //Timer 1 works only when i run my pulser wheel at a high speed //Any Help would be appreciated Device = 18F4685 Clock = 25 Config CP0 = ON, CP1 = ON, CP2 = ON, CP3 = ON, WDT = OFF #option LCD_DATA = PORTD.4 #option LCD_RS = PORTD.3 #opti...
by CHRISHODDYSON
Mon Oct 28, 2013 6:47 am
Forum: Compiler
Topic: Struggling to write to External EE with the latest version
Replies: 3
Views: 2009

I have 8 memory chips the code bellow writes to number 3 . My program is huge 80333 bytes on a PIC18f4685. I am not sure about the jump limitations. I can read the eeprom but not write. My program runs smoothly with the previous compiler version. EEPROM_Address = %011 EEPROM_Family = %1010 EEPROM_Co...
by CHRISHODDYSON
Mon Oct 21, 2013 3:37 pm
Forum: Compiler
Topic: Struggling to write to External EE with the latest version
Replies: 3
Views: 2009

Struggling to write to External EE with the latest version

Hi I am struggling to write to to External EE "24LC512" with the latest version
My previous program compiles work fine
by CHRISHODDYSON
Thu Apr 04, 2013 10:05 am
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9382

USBCDC

HI

I find that my usb serial device works perfecly fine on 32 bit sysems but when i use it with win7 64 bit things seem to be different and my device is not found.
by CHRISHODDYSON
Tue Apr 03, 2012 12:19 pm
Forum: General
Topic: usbcdc
Replies: 1
Views: 1834

usbcdc

I seem to have trouble with running my pic18f2550 under win7 64 stably, it works with with win 7 32 bit, any help would be appreciated