[sdiy] Sound synthesis with microcontrollers
Paul Maddox
P.Maddox at signal.qinetiq.com
Mon Jun 30 10:06:02 CEST 2003
Hi,
> I'm not fully up to date with AVRs but I think the ATmega8515 offers up
> to 16MIPS throughput, when using a 16MHz external clock. I guess the
> actual throughput you get depends upon your actual code however since
> the number of cycles taken to execute an instruction varies on the AVR.
all except the multiply (2 clock cycles) and the JMP (2 cock cycles) are
single cycle instructions.. you also have Harvard architecture for memory,
so you have EEPROM, FLASH and SRAM all seperate.. hardware USART, SPI and
bunch of other things.
You can get 16bit micros (hitachi do some interesting looking ones) which
I'm tempted to play with.
Paul
More information about the Synth-diy
mailing list