Author |
Message |
Topic: Compiler V4 to V5 -- Interrupt Problem |
jpage
Replies: 6
Views: 10305
|
Forum: General CCS C Discussion Posted: Mon Oct 21, 2013 8:48 am Subject: [SOLVED] Compiler V4 to V5 -- Interrupt Problem |
From CCS:
The problem you reported has been fixed and will be in the next compiler release.
|
Topic: Compiler V4 to V5 -- Interrupt Problem |
jpage
Replies: 6
Views: 10305
|
Forum: General CCS C Discussion Posted: Mon Oct 14, 2013 2:35 pm Subject: Compiler V4 to V5 -- Interrupt Problem |
As PCM_Programmer says 'versions'?.
'V4', covers over 100 compiler versions, and there were some significant changes in the early V4.1xx area.
Are you using the default CCS behaviours, or doing ... |
Topic: Compiler V4 to V5 -- Interrupt Problem |
jpage
Replies: 6
Views: 10305
|
Forum: General CCS C Discussion Posted: Mon Oct 14, 2013 2:33 pm Subject: Compiler V4 to V5 -- Interrupt Problem |
Post a short compilable test program and post your compiler version.
Then we can test it.
Can you please try testing using sample code: With and Without #define FPRINT
The fprintf() is turning o ... |
Topic: Compiler V4 to V5 -- Interrupt Problem |
jpage
Replies: 6
Views: 10305
|
Forum: General CCS C Discussion Posted: Fri Oct 11, 2013 1:38 pm Subject: Compiler V4 to V5 -- Interrupt Problem |
Using Compiler V5.012 -- was using V4.132
PIC16F887
Wrote this test code for Timer1 -- (of course) it works fine when complied with V5.012.
So -- I will look into it further.
Ttelmah -- I di ... |
Topic: Compiler V4 to V5 -- Interrupt Problem |
jpage
Replies: 6
Views: 10305
|
Forum: General CCS C Discussion Posted: Fri Oct 11, 2013 8:01 am Subject: Compiler V4 to V5 -- Interrupt Problem |
Just kind of looking into this right now.
I have an interrupt on Timer 0 and Timer 1 -- neither are working now since I updated to V5.
Using a PIC16F887.
I'll look into it with debugging and ... |
Topic: easyGUI and CCS Compiler |
jpage
Replies: 3
Views: 6269
|
Forum: General CCS C Discussion Posted: Fri Nov 02, 2007 6:58 am Subject: easyGUI and CCS Compiler |
I've been working with EasyGUI Tech support and (unfortunately) it looks like the CCS PCD Compiler is not compatible with EasyGUI.
EasyGUI said they would eventually have a compatible version -- I' ... |
Topic: easyGUI and CCS Compiler |
jpage
Replies: 3
Views: 6269
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2007 6:52 am Subject: easyGUI and CCS Compiler |
Just checking to see if anyone has had any experience designing LCD Graphics display interfaces using EasyGUI (www.easygui.com) and its compatibilty with the CCS Compiler.
I have a 128 x 64 Monochr ... |
Topic: PCD, PIC24FJ64GA002, and MPLAB V7.60 |
jpage
Replies: 0
Views: 3062
|
Forum: General CCS C Discussion Posted: Thu Oct 04, 2007 11:15 am Subject: PCD, PIC24FJ64GA002, and MPLAB V7.60 |
Couple things to note on using the new PCD compiler and MPLAB.
I am using the PIC24FJ64GA002 and ran into a problem where I couldn't toggle pins (PORT B) when I programmed the part, but when runnin ... |
Topic: Running timer1()_isr on external clock |
jpage
Replies: 3
Views: 9854
|
Forum: General CCS C Discussion Posted: Mon Sep 27, 2004 2:27 pm Subject: Running timer1()_isr on external clock |
Thanks for the reply.
I looked at the fuses as you mentioned and added the "#fuses EC" to the timer1_isr() and it kills the 4MHZ and timer1 oscillator (32.768KHZ).
Is there another way to do w ... |
Topic: Running timer1()_isr on external clock |
jpage
Replies: 3
Views: 9854
|
Forum: General CCS C Discussion Posted: Mon Sep 27, 2004 11:19 am Subject: Running timer1()_isr on external clock |
Does anyone know how to keep the internal clock (4MHZ) from running while executing the timer1_isr.
The interrupt is working correctly by shutting off the internal clock and running only on the ext ... |
Topic: Timer1() and Sleep() Code Basics |
jpage
Replies: 5
Views: 14407
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 8:39 pm Subject: Timer1() and Sleep() Code Basics |
Thanks very much for your comments, ideas, and suggestions.
It was very helpful.
I appreciate the heads up on floating pins and tieing them high or low.
With the code right now, the uP will ... |
Topic: Timer1() and Sleep() Code Basics |
jpage
Replies: 5
Views: 14407
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 12:05 pm Subject: Timer1() and Sleep() Code Basics |
Just wanted to get a reality check on the code below.
I want to blink an LED 2 times and then put the uP in sleep mode.
Sleep mode will shut down the internal XTAL and start the External
XTAL ... |
Topic: Timer1() and Sleep() Code Basics |
jpage
Replies: 5
Views: 14407
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2004 8:46 am Subject: Timer1() and Sleep() Code Basics |
Thanks. I'll check out the datasheet.
I just thought that since I was using an external XTAL (32.728Khz) on Timer1, it would continue running (counting) while the main processor clock (4MHZ) turne ... |
Topic: Timer1() and Sleep() Code Basics |
jpage
Replies: 5
Views: 14407
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 12:36 pm Subject: Timer1() and Sleep() Code Basics |
Hi,
I just wanted to get some basics to get me started in the right direction.
This is what I want to do:
I need to be able to place a PIC18F4320 to sleep and only turn on the PIC at a certain ... |
Topic: Code ideas for RS232 Data Transfer |
jpage
Replies: 4
Views: 11895
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2004 12:00 pm Subject: RE:Code ideas for RS232 Data Transfer |
Thanks for the baudrate info. That is good to know.
I will probably try out your suggestions (1&2 or 2&3) and see how that works.
Fortunately I do have the ,CTS and RTS , hardware contr ... |
|