Author |
Message |
Topic: Write_EEPROM and RDA interrupt conflict. |
Cam Bruce
Replies: 2
Views: 5874
|
Forum: General CCS C Discussion Posted: Mon Jan 24, 2005 2:19 pm Subject: Write_EEPROM and RDA interrupt conflict. |
My problem is an unexplainable disabling of the serial interrupt.
Using a 18F452, PCH 3.152
I have a host computer polling one register in EEPROM. The PIC receives this poll, and replies with the r ... |
Topic: PCH 3.152 with MPlab 6.20 |
Cam Bruce
Replies: 3
Views: 17115
|
Forum: General CCS C Discussion Posted: Fri Jun 20, 2003 9:19 am Subject: Re: PCH 3.152 with MPlab 6.20 |
Tried it, still crashes. However. I used one of the Examples (Ex_tones.C) with the header changed to 18F452, and it works ! I don't have a reason for the crashes yet, but I think i am back on my feet ... |
Topic: PCH 3.152 with MPlab 6.20 |
Cam Bruce
Replies: 3
Views: 17115
|
Forum: General CCS C Discussion Posted: Thu Jun 19, 2003 11:33 pm Subject: Re: PCH 3.152 with MPlab 6.20 |
I'll give that a try first thing in the morning. I'll let you know. Thanks for the suggestion. Cam
:=Don't use the wizzard create the project then go back and set all the info manually, this doesn't ... |
Topic: PCH 3.152 with MPlab 6.20 |
Cam Bruce
Replies: 3
Views: 17115
|
Forum: General CCS C Discussion Posted: Thu Jun 19, 2003 2:29 pm Subject: PCH 3.152 with MPlab 6.20 |
I just made the leap, in order to program 18F542's. I have tried the simple program below, but when I build it, I get a "MPlab.exe has generated errors and will be closed by Windows. You will need to ... |
Topic: MPLAB 6.20 and CCS PCH |
Cam Bruce
Replies: 8
Views: 10227
|
Forum: General CCS C Discussion Posted: Thu May 08, 2003 10:36 pm Subject: MPLAB 6.20 and CCS PCH |
I see in MicroChip's site here: http://www.microchip.com/1010/pline/tools/picmicro/devenv/mplabi/index.htm
only Hi-Tech C Compiler is shown as "Supported Third Party Tool"
Has anyone tried MPLAB 6. ... |
Topic: Time to Make the Jump. 16F877 to 18F542 |
Cam Bruce
Replies: 5
Views: 32571
|
Forum: General CCS C Discussion Posted: Fri Feb 28, 2003 9:14 am Subject: Time to Make the Jump. 16F877 to 18F542 |
I am programming an 16F877 using MPLAB 5.61, CCS PCM 2.722 and Pic Start Plus, Firmware 2.30, Software 2.50, Device 5.00.20
From Microchips Data sheets, it looks like I can step up to a 18F452 for mo ... |
Topic: RTCC messing up RS232 ? |
Cam Bruce
Replies: 2
Views: 36471
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2001 8:23 am Subject: Re: RTCC messing up RS232 ? |
:=:=I tried to add serial output to a previous program. I find that the baud rate out is slower than what I specify in #use rs232... :=:= :=:=I have simplified the code down to this, and I get a jumpy ... |
Topic: RTCC messing up RS232 ? |
Cam Bruce
Replies: 2
Views: 36471
|
Forum: General CCS C Discussion Posted: Thu Nov 08, 2001 4:20 pm Subject: RTCC messing up RS232 ? |
Well, there went the afternoon.... I tried to add serial output to a previous program. I find that the baud rate out is slower than what I specify in #use rs232...
I have simplified the code down to ... |
|