CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

18F46K80 using NOMCLR instruction Programed one time

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
w2drz



Joined: 27 Dec 2006
Posts: 55
Location: Western New York - USA

View user's profile Send private message Visit poster's website

18F46K80 using NOMCLR instruction Programed one time
PostPosted: Mon Apr 04, 2011 3:08 pm     Reply with quote

Hi,

One time each (2) chip's ID as good and programed,
Just ordered more 16F46K80,
Digi-Key now has stock in house,
as what have is dead in the water until problem is resolved,
the compiler needs update for #FUSE, # INT and
new programer software for the U-64 or new model if needed.

SEE POST BY "gaugeguy" near end of this postings on problem not new.

Time is too short for waiting on CCS.

Found that the instruction NOMCLR to change the master reset pin to a
input pin RE3 then may be the problem, CCs will have to change the way to return the master reset to operation.

Each chip I have is programmed once with a test pgm,
can not reprogram chip again at this time.

Looks as the U-64 or a new model will be needed to program the new chip?

U-40 will not do it.

Tom W2DRZ


Last edited by w2drz on Tue Apr 05, 2011 9:31 am; edited 4 times in total
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Apr 04, 2011 3:11 pm     Reply with quote

The compiler certainly supports it, at least in a basic sense, because the
following program compiles with no errors with vs. 4.119 in MPLAB.
Code:

#include <18F46K80.h>
#fuses HSH, NOWDT
#use delay(clock=20M)

//======================
void main(void)
{

while(1);
}

You mean that CCSLOAD or maybe the IDE don't support that PIC yet.
w2drz



Joined: 27 Dec 2006
Posts: 55
Location: Western New York - USA

View user's profile Send private message Visit poster's website

Re: 18F46K80 compiler 4.119 does not support this chip yet
PostPosted: Mon Apr 04, 2011 4:22 pm     Reply with quote

w2drz wrote:
Hi,
Guess will have to wait on CCS as this chip is not supported yet.
Have 2 units ready today but no compiler yet for the chip,

FAILURE: "NOT YET SUPPORTED" is the message from programmer.

more to follow as have just sent note to CCS about the problem.

Tom W2DRZ


Hi PCM,
Yes compiler is good but programmer shows unsupported chip when trying to program a chip.
See my earler post of a test program, that compiles fine.

ccsload with U40,
TGM
w2drz



Joined: 27 Dec 2006
Posts: 55
Location: Western New York - USA

View user's profile Send private message Visit poster's website

Re: 18F46K80 compiler 4.119 does not support this chip yet
PostPosted: Mon Apr 04, 2011 7:36 pm     Reply with quote

w2drz wrote:
w2drz wrote:
Hi,
Guess will have to wait on CCS as this chip is not supported yet.
Have 2 units ready today but no compiler yet for the chip,

FAILURE: "NOT YET SUPPORTED" is the message from programmer.

more to follow as have just sent note to CCS about the problem.

Tom W2DRZ


Hi PCM,
Yes compiler is good but programmer shows unsupported chip when trying to program a chip.
See my earler post of a test program, that compiles fine.

ccsload with U40,
TGM


Hi,

CCS got back on the issue, requested to upgrade programmer firmware.
U-40 on this machine for 2.88 a no go on update,
so,
I went to my other computer
That has a U-64 on that one,
it request for the firmware to be upgraded to 2.88, did the upgrade
of firmware to 2.88.
Still error as being unsupported CHIP.

There is a issue with U-40,
may not be usable on the new chips? as would not upgrade to 2.88.

At this time have the info to CCS, so wait for them to resolve the issue.

TGM


Last edited by w2drz on Mon Apr 04, 2011 7:38 pm; edited 1 time in total
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Mon Apr 04, 2011 7:38 pm     Reply with quote

I had a problem on all the 18F45Kxx and 18F46Kxx using the U40. Had to
scrap the U40 and go to the U64. The U64 works with no problems.
_________________
Google and Forum Search are some of your best tools!!!!
w2drz



Joined: 27 Dec 2006
Posts: 55
Location: Western New York - USA

View user's profile Send private message Visit poster's website

PostPosted: Mon Apr 04, 2011 7:53 pm     Reply with quote

On the chips you chat about are those the dual voltage chips also?
The 18F46K80 has a built in 3.3 regulator for the new core being use.

The A4 pin was taken over for that regulator pin to the outside world,
must add a 10 UF LOW ESR cap on that pin.
The chip supply is the normal old +5 volts just same as the18F4680 series of chips.

Believe this maybe the problem for CCS,
as their drawers are on the floor about the dual voltage thing,
that is the reason the U-64 will - maybe work??
it is adjustable to voltages down to 1.8v I believe??
U-40 is fixed voltage I believe, may be wrong on that??

Thinking of sending them a set of suspenders, so their drawers can be off the floor and they can fix the issue?

TGM
gaugeguy



Joined: 05 Apr 2011
Posts: 291

View user's profile Send private message

PostPosted: Tue Apr 05, 2011 7:20 am     Reply with quote

The K80 series chips have a different sequence to get into programming mode than the other 'K' chips and I don't think CCS has been able to get it working yet. Low voltage programming requires a code to be sent serially on many chips, but the K80 requires it for both low voltage and high voltage programming entry.
Hopefully they get if figured out soon.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group