Search found 5 matches

by georgesz113
Tue Mar 29, 2011 2:09 pm
Forum: Flowcode V2 & V3
Topic: Flowcode PIC Student ver4 and Hi TECH
Replies: 13
Views: 12720

Re: Flowcode PIC Student ver4 and Hi TECH

Sorry... I seemed to have messed up the previous post. That was the message I get when I try to compile to HEX using Hi-tech. The problem is that it seems to overwrite the interrupt bit identifiers (without interrupt function, the code compiles fine). The weird thing that when I open the c file (Hal...
by georgesz113
Tue Mar 29, 2011 2:05 pm
Forum: Flowcode V2 & V3
Topic: Flowcode PIC Student ver4 and Hi TECH
Replies: 13
Views: 12720

Re: Flowcode PIC Student ver4 and Hi TECH

Launching the compiler... C:\Program Files\HI-TECH Software\PICC\9.81\bin\picc.exe --CHIP=16F1827 -N48 HalfWaveControl.c HalfWaveControl.c: main() 382: INT0IE = 1; ^ (192) undefined identifier "INT0IE" HalfWaveControl.c: myisr() 504: if (ts_bit(INTCON, INT0IF) && ts_bit(INTCON, INT0IE)) ^ (192) unde...
by georgesz113
Sun Aug 16, 2009 9:19 am
Forum: Components (Comms)
Topic: I2C Speed
Replies: 3
Views: 8226

Re: I2C Speed

Dear Ben, It seems to me that there is a possible glitch in the I2C code regarding the baud rate (at least in version 3.4.7.48). I am running on a 40 MHz oscillator, so Fcyc is 10 MHz and I wanted a 1 MHz I2C clock frequency. But when you set this in the I2C component, it will produce 500 kHz instea...
by georgesz113
Fri Jun 05, 2009 1:46 pm
Forum: Components (Comms)
Topic: I2C Slave
Replies: 5
Views: 10277

Re: I2C Slave

Hello,

Is there any news on I2C Slave module? Could you put up a beta component for this or tell me how I could connect two PICs using the I2C ports?

Many thanks,
George
by georgesz113
Tue Mar 10, 2009 12:54 pm
Forum: General / Misc
Topic: Support for Pic 18F k versions..
Replies: 5
Views: 5220

Re: Support for Pic 18F k versions..

Hi Ben,

I have noticed that this post is over half a year old. I was wondering whether there has been any progress regarding support for the PIC 18F K versions. I would like to use a PIC18F46K20 device and I am not sure how to go proceed.

Many thanks
George