Author |
Message |
Topic: INTRC_IO fuse is missing for 18F26J50 / 18F25J50 / 18F24J50 |
benres
Replies: 1
Views: 3438
|
Forum: General CCS C Discussion Posted: Mon Sep 13, 2010 6:57 am Subject: INTRC_IO fuse is missing for 18F26J50 / 18F25J50 / 18F24J50 |
I get a compile error when trying to use INTRC_IO with a PIC18F26J50 / PIC18F25J50 / PIC18F24J50. The fuse is not recognized by the compiler.
In the PIC18F26J50 header file, "INTRC" appe ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Sat Nov 20, 2004 8:23 am Subject: 18f452 will not start |
This solution you suggest does indeed fix the test prorgram.[quote]
#build(interrupt=0x028)
#org 0x0020, 0x002f {}
[/quote]
However the actual program has inte ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Thu Nov 18, 2004 9:27 pm Subject: 18f452 will not start |
I see what you're talking about. Adding the #ROM indeed changes the .HEX file, but not the .LST file. Unfortunately, the compiler version I'm using (3.141) doesn't actually reserve the memory declar ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Thu Nov 18, 2004 7:30 pm Subject: 18f452 will not start |
Inserting the "#rom()" actually makes no difference in the LST file. The compiler seems to ignore this and still puts an instruction at location zero.
Looking at low memory, adding the #build() co ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Thu Nov 18, 2004 6:30 pm Subject: 18f452 will not start |
Sorry about that -- the links should work now.
I agree this is a bizzare problem. We also have hundreds of this exact PIC in the field with PLL enabled with zero problems. I thought I had pretty ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Thu Nov 18, 2004 10:08 am Subject: 18f452 will not start |
I posted some additional information, .C .LST and .HEX files with and without this "#build()" fix. This post includes crystal specs, rev, version, etc.
http://web.media.mit.edu/~benres/picbug/
... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Wed Nov 17, 2004 7:38 am Subject: Still open: solution described is for different problem |
Thanks for the response, but I'm having a different (and far more evil) problem. Yes, enabling and disabling the PLL doesn't take effect until the chip is power cycled. However, once the chip has be ... |
Topic: 18f452 will not start |
benres
Replies: 26
Views: 36500
|
Forum: General CCS C Discussion Posted: Mon Nov 15, 2004 11:06 pm Subject: 18f452 will not start |
I just ran into this problem using the PLL mode with an 18F242. About 30% of the time, the processor doesn't start. I have good powerup time, and the 10MHz XTal is about 4.5v p-p (Vcc is 5 volts). ... |
Topic: Installing Multiple Compiler Versions |
benres
Replies: 1
Views: 8419
|
Forum: General CCS C Discussion Posted: Wed Jun 30, 2004 10:26 am Subject: Installing Multiple Compiler Versions |
We have the 3.137 version of the compiler and I'm curious to see what the 3.202 version does to our code.
Is there an easy way to switch between multiple compiler versions, or do we need to de-inst ... |
|