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

PIC16LF877A vs PIC16F946

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



Joined: 10 May 2005
Posts: 323
Location: Belgium

View user's profile Send private message

PIC16LF877A vs PIC16F946
PostPosted: Wed May 16, 2007 8:12 am     Reply with quote

Hi ,

for a new project I'm planning on using a new PIC that has more I/O then the current PIC16LF877A. I have some questions about the differences I found from the microchip website:

* What is the difference between enhanced flash (PIC16LF877A) and standard flash (PIC16F946) ?

* What is the difference between I²C and mI²C ?

* What is the goal of an internal oscillator (8Mhz for PIC16F946) ?

* What is LVD ? ( PLVD for PIC16F946)

* What extra is nanoWAtt technology ( 946 )

* Why isn't there an 'L' version of the PIC16F946 ?

* Why is the PIC16F946 cheaper than the PIC16LF877A ?

tks
Ttelmah
Guest







PostPosted: Wed May 16, 2007 9:02 am     Reply with quote

1) Look at the quoted life in the data sheet. Also look at the voltage range over which all functions are supported.

2) Depends on the context. mI2C, is used as a 'trademark', by Mentor graphics, for their implementation of the I2C bus. MI2C, is used by Microchip, for versions of the I2C peripheral, that support _separate_ interupts for the transmit and receive operations, with 'MI2C', standing for the 'master I2C' interrupt.

3) Saves having an external oscillator. Potentially two more pins available for I/O.

4) Generates a 'low voltage' warning interrupt, when the supply voltage falls below a defined point. Allows you to perform a 'clean' shutdown (provided _you_ ensuure that the supply rail falls slowly enough for everything you want 'saved', to be stored before the rail falls below the operational voltage. 'P' means it is programmable 'on the fly', while the standard versions are only changeable when the chip is originally programmed.

5) A 'generic' name for a number of features. Typically chips with this draw less power, and also offer options to turn more individual coponents 'off', to reduce power consumption further. Some modules in particular, draw a lot of power on the standard chips (watchdog on a 16F877, draws about 9uA. The same module on the 'NanoWatt' chip draws about 1/10th of this.

6) It is an 'L' chip. They just never produced a 'non L' version. 'L', is generically used, where this is a lower voltage 'variant' of an existing high voltage only chip. Several chips launched in low voltage versions, do not use this designator.

7) Commercial. All down to quantities being sold. Basically, new, chip variants, are often sold in quantities that make the sales of some of the older chips look 'silly'. A an example, I used one of the smaller RFID products in a module recently. Initial order, was 10million units over 6 months.

Best Wishes
Christophe



Joined: 10 May 2005
Posts: 323
Location: Belgium

View user's profile Send private message

PostPosted: Tue May 22, 2007 6:11 am     Reply with quote

Ttelmah wrote:
1) Look at the quoted life in the data sheet. Also look at the voltage range over which all functions are supported.


Not sure what you mean, is it this:

•High-Endurance Flash/EEPROM cell:
-100,000 write Flash endurance
-1,000,000 write EEPROM endurance
-Flash/Data EEPROM retention: > 40 years

Quote:

3) Saves having an external oscillator. Potentially two more pins available for I/O.


So there is a 'cristal' inside of maximum 8 Mhz; that means 1 instruction cycle = 500ns? What can you say about this oscillator? Is it very accurate? Same as a resonator/x-tal?

I'm working @3V or @3V3; am I right the maximum allowable oscillator is 10 Mhz? What happens if I use a 20 Mhz X-tal?
Ttelmah
Guest







PostPosted: Tue May 22, 2007 7:00 am     Reply with quote

_Read_ the data sheets. Look at the quoted cycle life, and then the voltages over which the memory will work. On the 'standard' flash, the life is 1/10th that of the 'enhanced', and the erase cycle, won't work at the lower supply voltages.
The accuracy of the oscillator (a trimmed RC oscillator, not a 'crystal'), is again, _in the data sheet_.

Best Wishes
Christophe



Joined: 10 May 2005
Posts: 323
Location: Belgium

View user's profile Send private message

PostPosted: Tue May 22, 2007 7:42 am     Reply with quote

I've read.. that was 1%. But how is that accuracy compared to an external ceramic resonator?
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Tue May 22, 2007 8:09 am     Reply with quote

The design of the internal oscillator is something like an R/C oscillator, never as accurate as an external crystal. The internal oscilator is specified with a 1% accuracy because it is factory calibrated, but only at a certain temperature. With temperature changes the internal oscillator will drift a bit, this can be adjusted with the OSCTUNE register.
Ttelmah
Guest







PostPosted: Tue May 22, 2007 1:49 pm     Reply with quote

The same comment applies for the accuracy of the ceramic resonator. Look at _it's_ data sheet, and the ones for any crystals you are thinking about. Generally, the better resonators will be quite good (much better than the 1% quoted for the internal RC oscillator), but some cheaper units, and especially if the temperature gets extreme, have quite poor accuracies (cause of many failures in USB peripherals, using these, when they are moved outside comfortable 'room' temperatures).
Accuracies in general would run:

RC
Resonator
Crystal

Going from 'worst' to 'best', but their is a lot of overlap from different units.

Best Wishes
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