Author |
Message |
Topic: using #define on multiple pins |
jameszum
Replies: 4
Views: 17182
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2016 2:43 pm Subject: using #define on multiple pins |
Thank You |
Topic: using #define on multiple pins |
jameszum
Replies: 4
Views: 17182
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2016 2:40 pm Subject: using #define on multiple pins |
Thank you |
Topic: using #define on multiple pins |
jameszum
Replies: 4
Views: 17182
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2016 1:30 pm Subject: using #define on multiple pins |
Good Morning
I am working on a project where I have a number of control lines going off to a number of modules. It would be nice if I were able to put the control lines in n array such as
#define ... |
Topic: Debugger crashing CCS Compiler |
jameszum
Replies: 0
Views: 3476
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2014 4:49 pm Subject: Debugger crashing CCS Compiler |
I am running in debugger mode
IDE 5.028
PCB 5.028
PCM 5.028
PCH 5.028
PCD 5.028
On a windows 7 64 bit machine
Processor is 24F32KA304.
Debugger ICD-U64
Problem The CCS software crashes with a ... |
Topic: TYPEDEF / STRUCT problem Solved |
jameszum
Replies: 1
Views: 3878
|
Forum: General CCS C Discussion Posted: Wed May 07, 2014 1:10 pm Subject: TYPEDEF / STRUCT problem Solved |
typedef unsigned char RD_BYTE;
typedef unsigned short RD_ID;
typedef unsigned short RD_UWORD;
57 typedef struct _RD_POSITION
58 {
59 RD_UWORD x;
60 RD_UWORD y;
61 } RD_POSITION;
62
63 stati ... |
Topic: TYPEDEF / STRUCT problem |
jameszum
Replies: 3
Views: 6906
|
Forum: General CCS C Discussion Posted: Tue May 06, 2014 10:46 am Subject: TYPEDEF / STRUCT problem |
Good Morning
I have a question of typedef / struct and the CCS compiler.
I have the following from a commercial company .h file
I am using
CCS ide V 5.024
PCB V 5.024
PCM V 5.024
PCH V 5.024
... |
Topic: Error does not make sense |
jameszum
Replies: 2
Views: 6207
|
Forum: General CCS C Discussion Posted: Fri Apr 11, 2014 2:36 pm Subject: Error does not make sense |
Good Afternoon
I am using the CCS compiler V5.024 with MPLABX V 2.05.
CLEAR_INTERRUPT(INT_EXT0);// if an interrupt occurred clear it
enable_interrupts(INT_EXT0); // turn t ... |
Topic: USB Controller system |
jameszum
Replies: 4
Views: 6921
|
Forum: General CCS C Discussion Posted: Tue Apr 23, 2013 8:27 am Subject: USB Controller system |
I have already ordered a Vinculum-II demo board from Digi-Key. I figured that would be the way to go since none of the pic examples (that I can find) use the pic as a master.
Thanks |
Topic: USB Controller system |
jameszum
Replies: 4
Views: 6921
|
Forum: General CCS C Discussion Posted: Mon Apr 22, 2013 9:39 am Subject: USB Controller system |
Good Morning
I am looking for, are some good starting example(s) for my project
I am using a PIC24FJ64GB002, with built in USB controller and what I need to do is connect to and control several USB ... |
Topic: CCSLOAD problem |
jameszum
Replies: 1
Views: 30487
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Feb 26, 2013 2:30 pm Subject: CCSLOAD problem |
I am trying to program a PIC24F32KA301 CPU and I get the following error from the CCSLOAD routine:
12:26:00 Attempting to connect
12:26:01 Scanning file: c:\vibration\vl-ver6_with_usb-rev0\vl ... |
Topic: ICD-U64 debug not working |
jameszum
Replies: 3
Views: 38124
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Dec 10, 2012 11:18 am Subject: ICD-U64 debug not working |
I have been using the ICD-64 for a while now and I have a continuing problem where the debug mode won’t work. I have the following code which will load and “RUN” but will not run in debug mode. ... |
Topic: RS232 problem |
jameszum
Replies: 4
Views: 8289
|
Forum: General CCS C Discussion Posted: Thu Sep 20, 2012 10:31 am Subject: RS232 problem |
Good Morning
First, new processor for this project is not going to happen.
Project was given to me on Sept 4 and has to be completed by Sept 27.
The project has 8 boards and I had the micros so ... |
Topic: RS232 problem |
jameszum
Replies: 4
Views: 8289
|
Forum: General CCS C Discussion Posted: Wed Sep 19, 2012 3:25 pm Subject: RS232 problem |
I am using 2 16F877A one each on a separate board, and i am using soft rs232 communication to pass information between the boards. The "Generator" boards sends a single byte in this case a 0 ... |
Topic: MPLAB ICD 2 in debug mode |
jameszum
Replies: 2
Views: 7802
|
Forum: General CCS C Discussion Posted: Tue Jan 31, 2012 4:28 pm Subject: MPLAB ICD 2 in debug mode |
I am trying to use a MPLAB ICD 2 to debug code for a "24F16KA102" on a "16 bit XLP development board" I connect the MPLAB ICD 2 and launch the PCW program select debug it starts d ... |
|