View previous topic :: View next topic |
Author |
Message |
zeled
Joined: 05 Aug 2009 Posts: 3
|
Internal Error - Contact CCS LABEL SCR=5355 |
Posted: Wed Aug 05, 2009 7:17 am |
|
|
Hi,
I would like to test the ex_usb_hid.c example, but I am facing the error below:
Internal Error - Contact CCS LABEL SCR=5355
Does anyone know how to solve this error?
PCH version 3.245
MPLAB version 8.33
PIC18F2455 processor
Thank you in advance,
Ze Led |
|
|
Guest
|
|
Posted: Wed Aug 05, 2009 9:12 am |
|
|
Hi,
Ummm, I would contact CCS !
David |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Wed Aug 05, 2009 9:55 am |
|
|
zeled wrote: | Hi,
Internal Error - Contact CCS LABEL SCR=5355
PCH version 3.245
|
Dang. We're on v4.096 of the compiler.
You might want to consider updating to the latest version - I bet they have that fixed at this point.
A lot of things changed from V3 to V4.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
zeled
Joined: 05 Aug 2009 Posts: 3
|
Internal Error - Contact CCS LABEL SCR=5355 |
Posted: Wed Aug 05, 2009 11:48 am |
|
|
Thank you for all the replies.
Probably the upgrade is the solution.
I have made a test with PCM version 4.031 and PIC16C765 using the same example and it worked.
I will come back with the answer to the list after the PCH upgrade.
Best regards,
Ze Led |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Aug 05, 2009 11:55 am |
|
|
If you have different versions of the command line compiler on your system, such as one version of PCM and another for PCH, there can
be problems. You can get weird errors. I used to do this. Each time
I wanted to use a compiler (PCM or PCH), I had to re-install it so the
files (DLL's, etc.) would be correct for that version. Later, I got tired
of this and just bought updates from CCS for both compilers at the
same time. Now I don't have that problem, since the versions are
in sync.
These comments apply only to the "command line" compilers, not the
IDE compilers. There are threads about this issue in the archives. |
|
|
zeled
Joined: 05 Aug 2009 Posts: 3
|
|
Posted: Wed Aug 05, 2009 4:33 pm |
|
|
After PCH upgrade to 4.096 version the ex_usb_hid.c example is working with PIC18F2455. |
|
|
|