WH Tan | 6 Sep 23:24

[PIC]: Enhanced PIC16: A new PIC architecture from Microchip

Hi,

I heard of PIC16F1000, which is a newly announced (well not official
yet I guess, as I can't find any info on Microchip website)
architecture.  Those who went back from MASTERS 2008 has anything to
said about this new architecture? When it will be in mass production,
price etc etc ?

Thanks & best regards,

-- 
WH Tan
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

WH Tan | 6 Sep 23:57

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

2008/9/7 WH Tan:

> I heard of PIC16F1000, which is a newly announced
> architecture.

And from what I heard:

This new architecture has some enhanced features over the PIC16
architecture, namely

1) Increase the maximum program memory: can address up to 32K (vs 8K of PIC16)

2) Increase the maximum data memory

3) Increase of hardware stack level to 16.

4) Reduce the penalty for paging/banking
    - by introducing new BSR register. Hence the old PR0/PR1 is no more exist.
    - by introducing new MOVLP instruction.

5) Automatic ISR context saving for W, STATUS, BSR, FSR0, FSR1, PCLATH.

6) Has 2 indirect RAM accesses through INDF0 and INDF1. Support
pre/post increment/decrement.

7) Relative branch (signed and unsigned offset).

8) Stack over/underflow cause Reset.

9) Stack can be accessed via SPTR and TOS.
(Continue reading)

Matthew Miller | 7 Sep 00:17

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

Thanks for the information. Having banking overhead reduced sounds very nice!

Matthew
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Olin Lathrop | 7 Sep 01:26

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

> I heard of PIC16F1000, which is a newly announced (well not official
> yet I guess, as I can't find any info on Microchip website)
> architecture.  Those who went back from MASTERS 2008 has anything to
> said about this new architecture? When it will be in mass production,
> price etc etc ?

It's a souped up PIC 16 architecture.  It's a rather different memory layout
with some differences in the core.  They really should have given it a new
name other than 16F.  It is still a 14 bit core based on the existing PIC 16
architecture.

********************************************************************
Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products
(978) 742-9014.  Gold level PIC consultants since 2000.
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Xiaofan Chen | 7 Sep 02:54

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

On Sun, Sep 7, 2008 at 7:26 AM, Olin Lathrop <olin_piclist <at> embedinc.com> wrote:
>
> It's a souped up PIC 16 architecture.  It's a rather different memory layout
> with some differences in the core.  They really should have given it a new
> name other than 16F.

I think PIC16H would be a better name.

> It is still a 14 bit core based on the existing PIC 16
> architecture.

Xiaofan
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

sergio masci | 7 Sep 16:36

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip


On Sat, 6 Sep 2008, Olin Lathrop wrote:

> > I heard of PIC16F1000, which is a newly announced (well not official
> > yet I guess, as I can't find any info on Microchip website)
> > architecture.  Those who went back from MASTERS 2008 has anything to
> > said about this new architecture? When it will be in mass production,
> > price etc etc ?
> 
> It's a souped up PIC 16 architecture.  It's a rather different memory layout
> with some differences in the core.  They really should have given it a new
> name other than 16F.  It is still a 14 bit core based on the existing PIC 16
> architecture.

What's in a name?

Actually ask a marketing guy and he'll tell you - a hell of a lot!

Regards
Sergio Masci
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Olin Lathrop | 7 Sep 14:35

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

sergio masci wrote:
> What's in a name?

A lot of confusion when it came from Microchip.

********************************************************************
Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products
(978) 742-9014.  Gold level PIC consultants since 2000.
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

WH Tan | 7 Sep 16:10

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

2008/9/7 sergio masci <smplx <at> allotrope.net>:

> Actually ask a marketing guy and he'll tell you - a hell of a lot!

Yes, I'll talk to them to find out...

Best regards,

-- 
WH Tan
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

WH Tan | 7 Sep 16:08

Re: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip

2008/9/7 Olin Lathrop:

> It's a souped up PIC 16 architecture.  It's a rather different memory layout
> with some differences in the core.  They really should have given it a new
> name other than 16F.  It is still a 14 bit core based on the existing PIC 16
> architecture.

Thanks Olin. Sound like I have to contact local Microchip office to
find out the answers.  I will see what they have to say.

Best regards,

-- 
WH Tan
--

-- 
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

RE: [PIC]: Enhanced PIC16: A new PIC architecture from Microchip


> -----Original Message-----
> From: piclist-bounces <at> mit.edu [mailto:piclist-bounces <at> mit.edu] On
Behalf
> Of Olin Lathrop
> Sent: 07 September 2008 00:27
> To: Microcontroller discussion list - Public.
> Subject: Re: [PIC]: Enhanced PIC16: A new PIC architecture from
Microchip
> 
> > I heard of PIC16F1000, which is a newly announced (well not official
> > yet I guess, as I can't find any info on Microchip website)
> > architecture.  Those who went back from MASTERS 2008 has anything to
> > said about this new architecture? When it will be in mass
production,
> > price etc etc ?
> 
> It's a souped up PIC 16 architecture.  It's a rather different memory
> layout
> with some differences in the core.  They really should have given it a
new
> name other than 16F.  It is still a 14 bit core based on the existing
PIC
> 16
> architecture.

Olin,

Do you think there is room in the market for a super 14 bit PIC?  I
would imagine that the majority of new designs will be 3.3v based, and
(Continue reading)


Gmane