Author |
Message |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Tue Feb 08, 2005 4:25 pm Subject: I/O Q, using ER22 Board from Iosoft |
Got it sorted now:
Changed the ALL OUT declaration in one of the included files, and moved my bit of code to flash the led after the TRIS assignment part.
Now i better get cracking with what i ... |
Topic: Sending AT Commands via RS232 |
LouiseG
Replies: 5
Views: 12840
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2005 4:04 pm Subject: Sending AT Commands via RS232 |
Here is a bit if code that i was sending a text message to a radio unit once:
#define button PIN_A4
char c;
#define CR 0x0d //carriage return
#define LF 0x0a //lin ... |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Mon Feb 07, 2005 3:55 pm Subject: I/O Q, using ER22 Board from Iosoft |
Top advice PCM programmer, many thanks!
Will let you know how everything goes |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Sat Feb 05, 2005 3:00 pm Subject: I/O Q, using ER22 Board from Iosoft |
Is the LED on C0 or B0!!!! Make up your mind! If it is on C0 then this might be your problem:
#ifndef TRISC_VAL
#define TRISC_VAL (ALL_IN) // Port C, RS232, i2c, etc
#endif
... |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Fri Feb 04, 2005 4:24 pm Subject: I/O Q, using ER22 Board from Iosoft |
Cheers for that, I have got that bit of code working, so i now have an LED flashing on C0
BTW, the board has an ICD connection, so i can program directly to it.
It is a 20MHz crystal.
I ... |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Fri Feb 04, 2005 1:13 pm Subject: I/O Q, using ER22 Board from Iosoft |
Good Point, maybe if a moderator reads this can they delete both posts, as i think i may have posted too much of the code aswell(copyright and all that)
I did have the LED on B0, i jus posted C0 ... |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Fri Feb 04, 2005 6:04 am Subject: I/O Q, using ER22 Board from Iosoft |
Sorry, that was me, dnt know why it double posted
Anyone help? |
Topic: I/O Q, using ER22 Board from Iosoft |
LouiseG
Replies: 12
Views: 17526
|
Forum: General CCS C Discussion Posted: Thu Feb 03, 2005 4:55 pm Subject: I/O Q, using ER22 Board from Iosoft |
Hi guys, wondering if anyone can help:
I have tried hooking up an LED to one if the I/O pins on my ER22 development board, and just adding this line of code, just to turn the LED on and off when i ... |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Sat Nov 13, 2004 1:10 pm Subject: Picdem.net Board help! |
Problems all sorted now |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Fri Nov 12, 2004 8:15 am Subject: Picdem.net Board help! |
Anyone reprogrammed the mpnicee.hex file into the picdem.net board before? |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Fri Nov 12, 2004 8:13 am Subject: Picdem.net Board help! |
Come on now, my mama didn't raise no fool. "hinting at the full version". What exactly does that mean. You didn't ask where to buy it you wanted someone to give you a copy which would be an illeg ... |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Fri Nov 12, 2004 6:35 am Subject: Picdem.net Board help! |
Doh! Doh! Doh!... That is a full version! Of course there is a time limit. But it sounds like you want to obtain an illegal version of the compiler. If that is the case, THEN GO AWAY and never come ... |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Thu Nov 11, 2004 11:59 am Subject: Picdem.net Board help! |
i need to rebuild the demo application with Microcip c18 compiler or the hi-tech pic c 18 compiler....anyone know where i can get my hands on either of them?
You can't be serious! Have you eve ... |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Thu Nov 11, 2004 5:48 am Subject: Picdem.net Board help! |
Ive spoken to microchip and they say i need to rebuild the demo application with Microcip c18 compiler or the hi-tech pic c 18 compiler....anyone know where i can get my hands on either of them?
I ... |
Topic: Picdem.net Board help! |
LouiseG
Replies: 16
Views: 26825
|
Forum: General CCS C Discussion Posted: Fri Nov 05, 2004 10:30 am Subject: Picdem.net Board help! |
Ok so now i have some more problems:
When i first got the board its programmed with a pic16f877 and the YIPEE THREE demo!
So i have added a PIC18F452 and tried to reprogram the microchip demo in ... |
|