EmbeddedRelated.com
Forums

ATtiny10, programmed and blinking

Started by Antti February 27, 2010
On Mar 7, 12:33=A0pm, hamilton <hamil...@nothere.com> wrote:
> >>> there was free give away of XC822 based development boards on embedde=
d
> > I must have missed something, What is a XC822 ?
A new 80C51 core, Industrial/Automotive small package TSSOP16 and up, from Infineon. XC82x data is rather well hidden on the Infineon website, more info is also in the 133MB Tools download. http://de.sitestat.com/infineon/infineon/s?infineon.Products.Microcontrolle= rs.8-Bit.XC800_I-Family__Industrial___Multimarket_.XC82x-Series__Industrial= ___Multimarket_.DOCUMENTS.XC822_XC824_PB.pdf&ns_type=3Dpdf&ns_url=3Dhttp://= www.infineon.com/dgdl/XC822_XC824_PB.pdf?folderId=3Ddb3a304412b407950112b40= c497b0af6&fileId=3Ddb3a304326dfb13001270adc825b3375 http://de.sitestat.com/infineon/infineon/s?infineon.Products.Microcontrolle= rs.8-Bit.XC800_I-Family__Industrial___Multimarket_.XC82x-Series__Industrial= ___Multimarket_.DOCUMENTS.XC822_824_UM_v1.0.pdf&ns_type=3Dpdf&ns_url=3Dhttp= ://www.infineon.com/dgdl/XC822_824_UM_v1.0.pdf?folderId=3Ddb3a304412b407950= 112b40c497b0af6&fileId=3Ddb3a3043271faefd01272e620b6a7511 ["XC82x and XC83x series ranges from 2KB to 8KB of programmable flash and from 16-pin to 28-pin... prices range from Euro 0.39 (US $0.55) to Euro 0.72 (US $1.01) in 100k quantities. Engineering samples of the XC82x series are available, samples of the XC83X series starting April 2010."] e
-jg wrote:
> On Mar 7, 12:33 pm, hamilton <hamil...@nothere.com> wrote: >>>>> there was free give away of XC822 based development boards on embedded >> I must have missed something, What is a XC822 ? > > A new 80C51 core, Industrial/Automotive small package > TSSOP16 and up, from Infineon.
WOW, I started with the 8031 in 1982 !! I guess you can teach an old dog new tricks :-D. Thanks hamilton
On Mar 7, 3:04=A0am, hamilton <hamil...@nothere.com> wrote:
> -jg wrote: > > On Mar 7, 12:33 pm, hamilton <hamil...@nothere.com> wrote: > >>>>> there was free give away of XC822 based development boards on embed=
ded
> >> I must have missed something, What is a XC822 ? > > > A new 80C51 core, Industrial/Automotive small package > > TSSOP16 and up, from Infineon. > > WOW, I started with the 8031 in 1982 !! > > I guess you can teach an old dog new tricks :-D. > > Thanks > > hamilton
oh there are plenty of very modern MCU's based on 8051 core Antti
Antti wrote:

>> WOW, I started with the 8031 in 1982 !! >> >> I guess you can teach an old dog new tricks :-D. >> >> Thanks >> >> hamilton > > oh there are plenty of very modern MCU's based on 8051 core > > Antti
This is true. I have found the SiLabs to be expensive for parts they have. The speed is nice, but not enough to not use more modern CPUs. Two companies I have worked for in the last few years used SiLabs parts. When I asked why they still used 8051 architecture they said they did not want to spend the time learning anything new. I found that reasoning to be very short sighted. But, to be adding new 8051 chips on the market must mean there is still need for it. Maybe I'll put 8051 back on my resume and see what happens. :-) hamilton
On Mar 8, 5:39=A0am, hamilton <hamil...@nothere.com> wrote:
> I have found the SiLabs to be expensive for parts they have. > > The speed is nice, but not enough to not use more modern CPUs. > > Two companies I have worked for in the last few years used SiLabs parts.
yes, because they work well.
> When I asked why they still used 8051 architecture they said they did > not want to spend the time learning anything new. > > I found that reasoning to be very short sighted.
hehe - Now that _is_ bizarre logic. I trust you are NOT writing that on an X86 PC!!!! It would be very short-sighted of you, to still be using that core. (or Arm, as that too, is an old lineage!)
> But, to be adding new 8051 chips on the market must mean there is still > need for it.
Look at the Cypress PSoC3. Of course. The 80C51 is still the most-shipped core in the world. There are truckloads of Asian variants (license free, and good tools). Only when your project goes above a certain size, does it make sense to look at something else. -jg