eltonjohn
Advanced Member level 4
- Joined
- Feb 22, 2002
- Messages
- 1,434
- Helped
- 64
- Reputation
- 126
- Reaction score
- 29
- Trophy points
- 1,328
- Activity points
- 16,333
ds89c420 instructions
Well i had a very specific need in a recent project i needed to sample a digital signal at 8 Mbits/s .. To do that with no specialized logic i needed a CPU with a very efficient instruction set . Also the price was an issue!.
After carfull examination of the Cygnal51 , the AVR the MSP430FXX , The pic and even the PSOC from Cypress .
I concluded . that Cygnal51 and the AVR are very similar in the power of their instruction set . Cygal51 has only the advantage of the speed they have now a version running at 50Mhz and 100mhz .. Fastest Avr the Mega familly is only 16Mhz .. Otherwise the price is a tradeoff between flash an SRAM campability .
But for the same Speed i think that Cygnal51 is better priced !.
But this can be just only the beginning of a long consideration with adepts in both sides .. But for me both chips deserve de first PLACE ...
The second Runner up goes to the TI MSP430 familly . and the PIC ..
It is hard to give second and third place . Because both chips are so different and the CRITERIA for me was the INSTRUCTION set ..
The Ti chip is a 16 bit chip . So to acomplish the same it requires more code espace . But its frequency is 8 Mhz and most of the instructions require 2 to 3 cycles .. The Pic in the other hand runs at 20Mhz but the instructions take 4 or 8 clocks to execute . So PIC and TMS430 are also very similar in this respect .
I didn't take in account the number of on chip peripherals . My Need was very precise .. TO SAMPLE a pin PORT and to store the value , to make a comparaison with a variable and if a match to jump.
Both chips AVR and cygnal do the JOB .. .. Imposible to do with all others !
Well i had a very specific need in a recent project i needed to sample a digital signal at 8 Mbits/s .. To do that with no specialized logic i needed a CPU with a very efficient instruction set . Also the price was an issue!.
After carfull examination of the Cygnal51 , the AVR the MSP430FXX , The pic and even the PSOC from Cypress .
I concluded . that Cygnal51 and the AVR are very similar in the power of their instruction set . Cygal51 has only the advantage of the speed they have now a version running at 50Mhz and 100mhz .. Fastest Avr the Mega familly is only 16Mhz .. Otherwise the price is a tradeoff between flash an SRAM campability .
But for the same Speed i think that Cygnal51 is better priced !.
But this can be just only the beginning of a long consideration with adepts in both sides .. But for me both chips deserve de first PLACE ...
The second Runner up goes to the TI MSP430 familly . and the PIC ..
It is hard to give second and third place . Because both chips are so different and the CRITERIA for me was the INSTRUCTION set ..
The Ti chip is a 16 bit chip . So to acomplish the same it requires more code espace . But its frequency is 8 Mhz and most of the instructions require 2 to 3 cycles .. The Pic in the other hand runs at 20Mhz but the instructions take 4 or 8 clocks to execute . So PIC and TMS430 are also very similar in this respect .
I didn't take in account the number of on chip peripherals . My Need was very precise .. TO SAMPLE a pin PORT and to store the value , to make a comparaison with a variable and if a match to jump.
Both chips AVR and cygnal do the JOB .. .. Imposible to do with all others !