You really need to come down from cloud cuckoo land and join the real world. There is one thing that drives a capitalist economy and that is the pursuit of profit. No manufacturer (and that include the likes of Sony and even Apple) pay any more for any component in any product than they have to.
Apple have sold something like 100m iPhones. Suppose they could save just $0.01 per unit that would have been $1m!! If they paid $1 more per unit than they really needed to that would have cost $100,000,000 - that is 1/10th of 1 billion dollars!!
I've worked in consumer electronics for decades. We've always been keen to hit key price points like £49, £99, £199, £249 and so on. That gives you your target for the retail price to the consumer.
Do you know what lead pitch can currently be Wave soldered ?
I've seen QFP packages spun 45' on consumer products to wave solder, with longer pads.
You really need to come down from cloud cuckoo land and join the real world. There is one thing that drives a capitalist economy and that is the pursuit of profit. No manufacturer (and that include the likes of Sony and even Apple) pay any more for any component in any product than they have to.
Of course they don't pay more than they have to, but they don't choose the cheapest components. Certainly Apple could cut down the production cost from that $236 to say $100, but then it would be a much less desirable product that doesn't sell at the same margin. They don't use a cheap display nor a cheap processor. You can't just calculate that they would now make $136 * 100M more profit, since they wouldn't get the same price or sell the same numbers. It's a different thing, if you can save without any difference to the product (that a customer would notice).
An air conditioner or a waching machine is of course a totally different product, but they are getting more "inteligent" and thus may need a better MCU than the absolutely cheapest one. I really can't see xmega as a terrible expensive one that could not be used in them.
When I lived in US one summer I had to buy a air conditioner (about 8 years ago), and they had one for $69 and a quick test Wallmart has one for $112.
You don't know perhaps you get the extra feature by changing a switch on the mother board. (They make you get into the store with the low price but happy leave the store paying $100 for some added features), but other times there actually are some of the features that cost more to produce.
Atmel SAM L is close and has a buck converter but its BACKUP mode with RTC is about one microamp (14uA max at 85C); ATxmega256A3U power-save with RTC is one microamp typical to 3uA max. (85C or 105C).
Atmel SAM L is close and has a buck converter but its BACKUP mode with RTC is about one microamp (14uA max at 85C); ATxmega256A3U power-save with RTC is one microamp typical to 3uA max. (85C or 105C).
I'd like to see more XMEGAs with battery backed RTCs. The current selection is quite small, but it's an important feature.
Someone is bound to say that there is the 16 bit RTC peripheral, so allow me to explain why a more independent one is desirable. The problem with the XMEGA 16 bit RTC is that you the MCU resets it normally loses its count. You can kinda get around it by marking the in-memory variables as "no init", but basically a reset is going to screw your RTC up to a lesser to greater extent.
...
Development over many years at the University of Michigan and Ambiq Micro has led to many sub-threshold innovations ...
...
There are ultra-low energy real-time clock designs that can check for external issues, such as issues raised by hardware interrupts or changes in input voltage sensed by a comparator.
...
I know you love these guys, but their website doesn't offer up datasheets for their MCUs without registering. All the claims seem to be speculative rather than based on real world measurements.
Their RTCs look okay but not that exciting. Another item for my BOM, a single interrupt input line... It's not a great substitute for a MCU's RTC, and I can't seem to buy them around here anyway.
Is it a real part? You betcha. I have an eval board in my lab. More details will follow when I have a chance to play with it.
mojo-chan wrote:
Their RTCs look okay but not that exciting. Another item for my BOM, a single interrupt input line... It's not a great substitute for a MCU's RTC, and I can't seem to buy them around here anyway.
gchapman wrote:
Ambiq Micro sells the die to Abracon for packaging and test
FYI I wasn't required to (nor did I in fact) register.
That's not a datasheet, it's a single page summary.
The fact that this micro isn't available anywhere and that there is no final public datasheet rather suggests that it's pre-production, which means all bets on performance are off.
gchapman wrote:
Ambiq Micro sells the die to Abracon for packaging and test
The datasheet lists the part numbers as AM1805 and AM1815. Farnell UK and Mouser UK don't list them under those part numbers. How am I supposed to know that I need to search for Abracon parts? I found it on the Ambiq web site, I tried searching suppliers for Ambiq and came up with nothing.
Looks like for < $4 you can have one of your own. Similar quantities for the WLCSP package type. Seems they're behind schedule on the 256KB, 128KB, and 64KB versions (meant to be available 4Q15, but parts searches turn up nothing).
Future Electronics also shows up in the search results for that part number from ECIA and Octopart.
Future Electronics also carries the rest of Ambiq's silicon, and a couple of eval kits for the micros:
Again, the datasheet is marked "preliminary" and listing Abracon as a distributor doesn't tell me I need to search for a different Abracon part number.
listing Abracon as a distributor doesn't tell me I need to search for a different Abracon part number.
Why would you expect an Ambiq part no. on an Abracon branded part?
Abracon aren't the only distribution channel. While their Abracon-sourced parts are rebranded, other channels carry the parts with their original Ambiq part no:
joeymorin wrote:
Future Electronics also carries the rest of Ambiq's silicon, and a couple of eval kits for the micros:
OK guys... I think "both sides" have had their say... time to return to arguing against any common enemy instead of each other. Besides Valentine's Day is just around the corner.
The datasheet lists the part numbers as AM1805 and AM1815. Farnell UK and Mouser UK don't list them under those part numbers. How am I supposed to know that I need to search for Abracon parts?
AB for Abracon's versions; via Abracon Inventory tab :
We did look at those. The 18F has an old, terrible architecture that would make our application unnecessarily complex, doesn't have enough RAM and is rather expensive. The 24F can only do 1ksps on the 16 bit channels, and we need at least 5ksps. Believe me, we looked long and hard before selecting XMEGA.
You do other things on a micro at the same time, if you can sleep it could work, but in general you could have IO's go high and low around the time of sampling, and that could easy make 1mV noise internal in the chip. (just a simple thing like receiving on the UART could come at anytime)
Analog Devices does restrict the clock speed of their ARM Cortex-M3 that have the high resolution ADC.
Constraining the Analog Devices product selector for ARM Cortex-M3 to greater than 5ksps for 16b and 20b resulted in 3 possibles.
One that restricts the clock to 16MHz is the ADUCM350 with a 16bit SAR (?) ADC; the other two are higher speed core but with 20b delta-sigma ADC (an inherently noise tolerant ADC).
Analog Devices has had high resolution ADC on an 8051 core for quite sometime but these are relatively "slow" ADC; an example is ADuC848 1.
1 The Art of Electronics, third edition, Paul Horowitz, Winfield Hill, 15.6 Design example 4: thermal controller (RTD in bridge; then, differential amp, PGA, chopper 16b ADC, all in an ADuc848), pages 1069-1077.
Just to clarify, I'm not looking for alternatives. There are other options, but we selected XMEGA because it's got the right features (not just ADC) and at the right price. The IDE is excellent, light years ahead of most of the competition (MPLAB X is crap, our PIC guy has an elaborate system to compile the code in Visual Studio 2008 because the code browsing is so much better) and the architecture is one of the best I've ever seen for 8 bit. We are now making thousands of these things every month and are very happy with the MCU, and have used other XMEGA parts in other products.
As such, I'd like to see Atmel continue to develop the line.
It's pretty clear from recent releases that Atmel are moving in a more "downgraded" than upgraded direction for Xmega. They are pouring their effort into SAM chips for the more advanced end of things.
Something very bad is happening at Microchip. Prices on a lot of stuff doubled since the take-over, and it seems like they going to ditch a lot of product lines. Their main interest in Atmel seems to have been ARM/wireless stuff, and the new ASF 4 only has very basic support for XMEGA.
Posted by JohanEkdahl: Tue. May 30, 2017 - 11:35 AM
1
2
3
4
5
Total votes: 0
Follow the money...
As of January 15, 2018, Site fix-up work has begun! Now do your part and report any bugs or deficiencies here.
No guarantees, but if we don't report problems they won't get much of a chance to be fixed! Details/discussions at link given just above.
"Some questions have no answers."[C Baird] "There comes a point where the spoon-feeding has to stop and the independent thinking has to start." [C Lawson] "There are always ways to disagree, without being disagreeable."[E Weddington] "Words represent concepts. Use the wrong words, communicate the wrong concept." [J Morin] "Persistence only goes so far if you set yourself up for failure." [Kartman]
Well, but Microchip has new PIC18s in development. They look kind of mid range to me. So if new mid range 8 bit PICs are in development, why not new mid range 8 bit AVRs?
That blog post was from a year ago, and all that has appeared are the new xTiny parts... Which are very nice, can't wait to use them, but I still love XMEGA.
I'm going to have to make a real effort to get going with SAM. I just hate having to use libraries for everything, they are never as flexible or debuggable as just hitting the registers directly. I don't know why ARM has to be such a pain in the arse in that respect... Other 32 bit parts aren't that bad.
"And he says interest in the 8bit MCU remains strong. “Volume and revenue from the 8bit MCU sector continue to increase,” he said, “and we’re talking about billions. If you, as a manufacturer, can show you’re continuing to invest in a sector, then you will get a return on that investment – and Microchip is investing more today in the AVR portfolio than Atmel did over the last three years,” he concluded."
I was reading somewhere and can't find it right now, that 32bit was on the increase in sales but seems to now be slowing compared to 8bit.
Who knows what what will really happen in the next few years?
That blog post was from a year ago, and all that has appeared are the new xTiny parts... Which are very nice, can't wait to use them, but I still love XMEGA.
Right, that shows how long it takes to bring them to market, some of those xTiny parts are still impossible to find.
I was reading somewhere and can't find it right now, that 32bit was on the increase in sales but seems to now be slowing compared to 8bit.
I would imagine that's because "32-bit" (specifically, ARM) is probably reaching (or has already reached?) saturation by now?
And there's probably some who were simply following the fad but have now realised that there are still places where 8-bit fits better - so there's a bit of adjustment going on there. We saw that from NXP recently ...
I was reading somewhere and can't find it right now, that 32bit was on the increase in sales but seems to now be slowing compared to 8bit.
At the low end 8 bit parts are cheap enough now that you can just throw them into a design where previously you would have had some glue logic or a special purpose IC. I think there are more people who can do both electronic design and 8 bit code as well now. Being able to buy pre-programmed parts cheaply helps as well.
The proliferation of battery powered devices is also creating demand for 8 bit. IoT and wearables.
Right, you may not really need an ARM in a toaster oven unless it's an IOT or has a video camera and sound.
ARM is quite competitive on price now, but the other big issue is reliability. For a toaster, that could potentially start a fire, you want something robust. Code as simple as possible, fully tested and audited. No huge black box libraries of manufacturer code. Run at 32kHz, single supply, wide temperature range, simple 8 bit ADC etc. It's realistic to do a full system test on power-up too, e.g. check all your RAM works properly, CRC the firmware and so on.
You really need to come down from cloud cuckoo land and join the real world. There is one thing that drives a capitalist economy and that is the pursuit of profit. No manufacturer (and that include the likes of Sony and even Apple) pay any more for any component in any product than they have to.
Apple have sold something like 100m iPhones. Suppose they could save just $0.01 per unit that would have been $1m!! If they paid $1 more per unit than they really needed to that would have cost $100,000,000 - that is 1/10th of 1 billion dollars!!
- Log in or register to post comments
TopDo you know what lead pitch can currently be Wave soldered ?
I've seen QFP packages spun 45' on consumer products to wave solder, with longer pads.
- Log in or register to post comments
TopOf course they don't pay more than they have to, but they don't choose the cheapest components. Certainly Apple could cut down the production cost from that $236 to say $100, but then it would be a much less desirable product that doesn't sell at the same margin. They don't use a cheap display nor a cheap processor. You can't just calculate that they would now make $136 * 100M more profit, since they wouldn't get the same price or sell the same numbers. It's a different thing, if you can save without any difference to the product (that a customer would notice).
An air conditioner or a waching machine is of course a totally different product, but they are getting more "inteligent" and thus may need a better MCU than the absolutely cheapest one. I really can't see xmega as a terrible expensive one that could not be used in them.
- Log in or register to post comments
TopWhen I lived in US one summer I had to buy a air conditioner (about 8 years ago), and they had one for $69 and a quick test Wallmart has one for $112.
You don't know perhaps you get the extra feature by changing a switch on the mother board. (They make you get into the store with the low price but happy leave the store paying $100 for some added features), but other times there actually are some of the features that cost more to produce.
- Log in or register to post comments
Top"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
TopI'd like to see more XMEGAs with battery backed RTCs. The current selection is quite small, but it's an important feature.
Someone is bound to say that there is the 16 bit RTC peripheral, so allow me to explain why a more independent one is desirable. The problem with the XMEGA 16 bit RTC is that you the MCU resets it normally loses its count. You can kinda get around it by marking the in-memory variables as "no init", but basically a reset is going to screw your RTC up to a lesser to greater extent.
- Log in or register to post comments
Top"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
TopI know you love these guys, but their website doesn't offer up datasheets for their MCUs without registering. All the claims seem to be speculative rather than based on real world measurements.
Their RTCs look okay but not that exciting. Another item for my BOM, a single interrupt input line... It's not a great substitute for a MCU's RTC, and I can't seem to buy them around here anyway.
- Log in or register to post comments
Topmojo-chan wrote:
Ahem:
joeymorin wrote:
FYI I wasn't required to (nor did I in fact) register.
mojo-chan wrote:
gchapman wrote:
Jack Ganssle wrote:
mojo-chan wrote:
gchapman wrote:
DigiKey shows thousands in stock:
http://www.digikey.com/product-search/en/integrated-circuits-ics/clock-timing-real-time-clocks/2556170?k=abracon&pv142=160&pv1754=2&FV=fff40027%2Cfff8010a&mnonly=0&newproducts=0&ColumnSort=0&page=1&quantity=0&ptm=0&fid=0&pageSize=25
Where are you that you can't get parts from Digi-Key, Mouser, Newark, Farnell, etc...?
"Experience is what enables you to recognise a mistake the second time you make it."
"Good judgement comes from experience. Experience comes from bad judgement."
"Wisdom is always wont to arrive late, and to be a little approximate on first possession."
"When you hear hoofbeats, think horses, not unicorns."
"Fast. Cheap. Good. Pick two."
"We see a lot of arses on handlebars around here." - [J Ekdahl]
- Log in or register to post comments
TopThat's not a datasheet, it's a single page summary.
The fact that this micro isn't available anywhere and that there is no final public datasheet rather suggests that it's pre-production, which means all bets on performance are off.
gchapman wrote:
The datasheet lists the part numbers as AM1805 and AM1815. Farnell UK and Mouser UK don't list them under those part numbers. How am I supposed to know that I need to search for Abracon parts? I found it on the Ambiq web site, I tried searching suppliers for Ambiq and came up with nothing.
These guys are clowns.
- Log in or register to post comments
Topmojo-chan wrote:
That's my error. Full datasheet (368 pages):
http://ambiqmicro.com/system/files/Apollo_MCU_Data_SheetDS0010V0p45.pdf
mojo-chan wrote:
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=APOLLO512KBRAMBIQMICRO6061043&IM=0
Looks like for < $4 you can have one of your own. Similar quantities for the WLCSP package type. Seems they're behind schedule on the 256KB, 128KB, and 64KB versions (meant to be available 4Q15, but parts searches turn up nothing).
Future Electronics also shows up in the search results for that part number from ECIA and Octopart.
Future Electronics also carries the rest of Ambiq's silicon, and a couple of eval kits for the micros:
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ny:True,Nea:True,N:4294852175
mojo-chan wrote:
By reading :)
http://ambiqmicro.com/contact
More Distributors under: Europe, China, Japan.
mojo-chan wrote:
I see no reason to bring the performance arts into this discussion. Besides, some of my best friends are clowns.
"Experience is what enables you to recognise a mistake the second time you make it."
"Good judgement comes from experience. Experience comes from bad judgement."
"Wisdom is always wont to arrive late, and to be a little approximate on first possession."
"When you hear hoofbeats, think horses, not unicorns."
"Fast. Cheap. Good. Pick two."
"We see a lot of arses on handlebars around here." - [J Ekdahl]
- Log in or register to post comments
TopAgain, the datasheet is marked "preliminary" and listing Abracon as a distributor doesn't tell me I need to search for a different Abracon part number.
- Log in or register to post comments
Topmojo-chan wrote:
Why would you expect an Ambiq part no. on an Abracon branded part?
Abracon aren't the only distribution channel. While their Abracon-sourced parts are rebranded, other channels carry the parts with their original Ambiq part no:
joeymorin wrote:
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=AM0805AQAMBIQMICRO1065092&IM=0
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=AM0805AQAMBIQMICRO2061738&IM=0
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=AM0815AQAMBIQMICRO2065017&IM=0
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=AM1805AQAMBIQMICRO5065017&IM=0
http://www.futureelectronics.com/en/Technologies/Product.aspx?ProductID=AM1815AQAMBIQMICRO8065017&IM=0
"Experience is what enables you to recognise a mistake the second time you make it."
"Good judgement comes from experience. Experience comes from bad judgement."
"Wisdom is always wont to arrive late, and to be a little approximate on first possession."
"When you hear hoofbeats, think horses, not unicorns."
"Fast. Cheap. Good. Pick two."
"We see a lot of arses on handlebars around here." - [J Ekdahl]
- Log in or register to post comments
Top'Wow, really ? Some datasheets are tagged "preliminary" for years...
- Log in or register to post comments
TopOK guys... I think "both sides" have had their say... time to return to arguing against any common enemy instead of each other. Besides Valentine's Day is just around the corner.
Ross McKenzie ValuSoft Melbourne Australia
- Log in or register to post comments
Tophttp://dilp.netcomponents.com/cgi-bin/abracon.asp?partnumber1=AB1805-T3
"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
Tophttp://www.microchip.com/wwwproducts/en/PIC18F87J72
http://www.microchip.com/wwwproducts/en/PIC24FJ128GC010
"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
TopWe did look at those. The 18F has an old, terrible architecture that would make our application unnecessarily complex, doesn't have enough RAM and is rather expensive. The 24F can only do 1ksps on the 16 bit channels, and we need at least 5ksps. Believe me, we looked long and hard before selecting XMEGA.
- Log in or register to post comments
TopIn general you can't put make ADC with real 16bit, on a micro, if that is needed then get an external ADC.
- Log in or register to post comments
TopWhy is that?
Leon Heller G1HSM
- Log in or register to post comments
TopYou do other things on a micro at the same time, if you can sleep it could work, but in general you could have IO's go high and low around the time of sampling, and that could easy make 1mV noise internal in the chip. (just a simple thing like receiving on the UART could come at anytime)
- Log in or register to post comments
Top12 bit resolution with a 2.048V reference is 500uV/bit already. So yeah, 16 bit is quite a challenge. Fortunately we have quite limited bandwidth.
- Log in or register to post comments
TopAnalog Devices does restrict the clock speed of their ARM Cortex-M3 that have the high resolution ADC.
Constraining the Analog Devices product selector for ARM Cortex-M3 to greater than 5ksps for 16b and 20b resulted in 3 possibles.
One that restricts the clock to 16MHz is the ADUCM350 with a 16bit SAR (?) ADC; the other two are higher speed core but with 20b delta-sigma ADC (an inherently noise tolerant ADC).
Analog Devices has had high resolution ADC on an 8051 core for quite sometime but these are relatively "slow" ADC; an example is ADuC848 1.
1 The Art of Electronics, third edition, Paul Horowitz, Winfield Hill, 15.6 Design example 4: thermal controller (RTD in bridge; then, differential amp, PGA, chopper 16b ADC, all in an ADuc848), pages 1069-1077.
http://www.cambridge.org/us/academic/subjects/physics/electronics-physicists/art-electronics-3rd-edition
Edit : last URL
"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
TopA 14-bit 900Ksps SAR ADC on an improved 8051 :
One of the packages is SOP (pitch 0.635mm, 25mil); that's handy.
"Dare to be naïve." - Buckminster Fuller
- Log in or register to post comments
TopJust to clarify, I'm not looking for alternatives. There are other options, but we selected XMEGA because it's got the right features (not just ADC) and at the right price. The IDE is excellent, light years ahead of most of the competition (MPLAB X is crap, our PIC guy has an elaborate system to compile the code in Visual Studio 2008 because the code browsing is so much better) and the architecture is one of the best I've ever seen for 8 bit. We are now making thousands of these things every month and are very happy with the MCU, and have used other XMEGA parts in other products.
As such, I'd like to see Atmel continue to develop the line.
- Log in or register to post comments
TopHas anyone got an update on this thread? Still hoping for an ATXMEGA with OTG USB!
- Log in or register to post comments
TopIt's pretty clear from recent releases that Atmel are moving in a more "downgraded" than upgraded direction for Xmega. They are pouring their effort into SAM chips for the more advanced end of things.
- Log in or register to post comments
TopSomething very bad is happening at Microchip. Prices on a lot of stuff doubled since the take-over, and it seems like they going to ditch a lot of product lines. Their main interest in Atmel seems to have been ARM/wireless stuff, and the new ASF 4 only has very basic support for XMEGA.
- Log in or register to post comments
TopFollow the money...
As of January 15, 2018, Site fix-up work has begun! Now do your part and report any bugs or deficiencies here.
No guarantees, but if we don't report problems they won't get much of a chance to be fixed! Details/discussions at link given just above.
"Some questions have no answers."[C Baird] "There comes a point where the spoon-feeding has to stop and the independent thinking has to start." [C Lawson] "There are always ways to disagree, without being disagreeable."[E Weddington] "Words represent concepts. Use the wrong words, communicate the wrong concept." [J Morin] "Persistence only goes so far if you set yourself up for failure." [Kartman]
- Log in or register to post comments
TopAt least they are upgrading the Tiny to be more like the xmega.
Maybe there will be some new mega upgrades in a similar fashion.
- Log in or register to post comments
TopAs Cliff suggests, there seems little likelihood in upgrading either the Mega or XMega - they have SAM for that.
Hence effort will be expended at extending the low end downwards - where SAM does not fit.
Top Tips:
- Log in or register to post comments
TopWell, but Microchip has new PIC18s in development. They look kind of mid range to me. So if new mid range 8 bit PICs are in development, why not new mid range 8 bit AVRs?
- Log in or register to post comments
TopThat may be optimistic.
A good quick reality check update for USB trends, is to search Digikey for Microcontroller, then sub-search USB.
Cheapest is a recent 8 bit SiLabs part, followed by new STM32F070F6P6, & new ATSAMD11C14A, then PIC16F1454, and rather down the list PIC18F13K50
If you then switch search to USB OTG, the cheapest is RX100 from Renesas, followed by PIC32MX210F016, but Digikey's OTG filter is not great.
Checking on Atmel's filter, the SAMD21 looks to have Device, Host support.
The other fine-print gotchas around USB, are things like no 5V regulator, 5V tolerant, & any Crystal dictate
eg STM32F070 is 5V tolerant, but says
It requires a precise 48 MHz clock which can be generated from the internal main PLL (the clock source must use an HSE crystal oscillator).
SAMD21 is not 5V tolerant, but says "If crystal-less operation is used in USB device mode, refer to USB Clock Recovery Module."
If you want all of 5V regulator, 5V tolerant / 5V IO and No Crystal, in 32b USB device, then maybe a NUC125 is closest.
- Log in or register to post comments
TopAs long as I can buy reasonably priced Xmegas32E5 for the next 50 years I'll be happy...in more ways that one...
John Samperi
Ampertronics Pty. Ltd.
www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
- Log in or register to post comments
TopGoogle--> lucio di jasio Microchip avr
- Log in or register to post comments
TopAnd, surely, it was the new Tinies that he was referring to?
Again suggesting that the focus for 8-bit is low end - leaving the high end for SAM.
Which certainly makes sense to me!
Top Tips:
- Log in or register to post comments
TopThat blog post was from a year ago, and all that has appeared are the new xTiny parts... Which are very nice, can't wait to use them, but I still love XMEGA.
I'm going to have to make a real effort to get going with SAM. I just hate having to use libraries for everything, they are never as flexible or debuggable as just hitting the registers directly. I don't know why ARM has to be such a pain in the arse in that respect... Other 32 bit parts aren't that bad.
Bring back 68000 I say
- Log in or register to post comments
Top"And he says interest in the 8bit MCU remains strong. “Volume and revenue from the 8bit MCU sector continue to increase,” he said, “and we’re talking about billions. If you, as a manufacturer, can show you’re continuing to invest in a sector, then you will get a return on that investment – and Microchip is investing more today in the AVR portfolio than Atmel did over the last three years,” he concluded."
I was reading somewhere and can't find it right now, that 32bit was on the increase in sales but seems to now be slowing compared to 8bit.
Who knows what what will really happen in the next few years?
- Log in or register to post comments
TopYou don't have to use libraries for anything!
The registers are still there - the processor neither knows nor cares how you get to them.
Top Tips:
- Log in or register to post comments
TopTrue, but here is a "minimal" example for ARM: http://pandafruits.com/stm32_pri...
- Log in or register to post comments
TopRight, that shows how long it takes to bring them to market, some of those xTiny parts are still impossible to find.
Who knows what's in the works right now?
- Log in or register to post comments
TopI would imagine that's because "32-bit" (specifically, ARM) is probably reaching (or has already reached?) saturation by now?
And there's probably some who were simply following the fad but have now realised that there are still places where 8-bit fits better - so there's a bit of adjustment going on there. We saw that from NXP recently ...
Top Tips:
- Log in or register to post comments
TopAt the low end 8 bit parts are cheap enough now that you can just throw them into a design where previously you would have had some glue logic or a special purpose IC. I think there are more people who can do both electronic design and 8 bit code as well now. Being able to buy pre-programmed parts cheaply helps as well.
The proliferation of battery powered devices is also creating demand for 8 bit. IoT and wearables.
- Log in or register to post comments
TopRight, you may not really need an ARM in a toaster oven unless it's an IOT or has a video camera and sound.
- Log in or register to post comments
Top- Log in or register to post comments
TopReally, even toaster ovens now?
And I thought the fridge was a little silly, I still like to open the door and see if there's any beer left.
- Log in or register to post comments
TopWell, OK, toaster may not be in this list...
http://www.gadgetreview.com/16-o...
but there's some pretty mad IoT ideas out there!
- Log in or register to post comments
TopSince they are using cameras, the Alarm Security System is a good idea since it should eliminate police showing up on a false alarm.
edit: fixed typo
- Log in or register to post comments
TopISTR a picture of an "internet-connected" toaster with a 16x2 character LCD bolted-on way back in the late 90s/early 2000s
I guess, nowadays, it would have to accept cookies ... ?
Top Tips:
- Log in or register to post comments
TopARM is quite competitive on price now, but the other big issue is reliability. For a toaster, that could potentially start a fire, you want something robust. Code as simple as possible, fully tested and audited. No huge black box libraries of manufacturer code. Run at 32kHz, single supply, wide temperature range, simple 8 bit ADC etc. It's realistic to do a full system test on power-up too, e.g. check all your RAM works properly, CRC the firmware and so on.
- Log in or register to post comments
TopPages