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

Changes to PIC18LF8722?

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



Joined: 17 Dec 2005
Posts: 58

View user's profile Send private message

Changes to PIC18LF8722?
PostPosted: Wed Mar 12, 2008 2:43 pm     Reply with quote

I have been using my bootloader code on the PIC18LF8722 without any problems up until now. I got a new order of PIC's and my code is failing when it checks the first character of the incoming data.
eg.

if (bBuffer[0] != ':') {
//continue
} else {
//bad header
}

Upon checking the PIC's using an ICD2, I see the following:
Target Device PIC18F8722 found, revision = Rev 0x2

All chips I used before this shipment reported:
Target Device PIC18F8722 found, revision = Rev 0x0

I don't see how a revision update of the chip could break my program.

Compiler version is 3.249
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

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

PostPosted: Wed Mar 12, 2008 2:58 pm     Reply with quote

What does the errata for that silicon rev say?
http://ww1.microchip.com/downloads/en/DeviceDoc/80221b.pdf
Does any of it look like it could break the bootloader?

So it worked before, so there was maybe a hack to fix a error is silicon.
Now the silicon is fixed and the hack is breaking something else??

For my 2cents, it sounds like something else changed.
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