|
|
|
|
|
by malanj
3111 days ago
|
|
This comparison looks like bad content marketing at best. "The MSP430 family certainly includes peripheral options that current Green Array chips do not, such as flash memories and timers." => TI's 430 range peripherals is imo one of the primary use-cases. MSP430's aren't trying to be energy efficient per operation - they are really bad at processing. What they are good at is running complex circuits/peripherals at a low total energy consumption over a long time. The fact that they're running at 8Mhz is telling... that's far from the "low power" level. As far as I recall, you generally run using internal low-frequency RC oscillator for low power, and then just boot up the high speed crystal oscillator if you really need it. |
|
These really are completely different type of computers - I believe if you can apply the MSP430 successfully to your application then the GA144 is probably the wrong chip to use.
But what if you need real-time nano-second reaction times on many separate pins? What if you need to process a 30 Mhz signal? While controlling a display and accepting input? All at the same time?
Then you might need the GA144, which can do all those things at the same time without needing to worry about interrupts or waking up from low power sleep modes or any of the other complex mechanism computers employ to minimize power loss.