The DACs use SPI and I don't think there is hardware SPI on the
H8/3664 processor. There is hardware I2C and serial, but no SPI.
At one time I thought about rewriting the drivers in assembler but
BasicMicro has since clarified that assembly language is not an
option.
I did play at one time with tight loops to see how fast I could
process. I ended up with just square waves on the Aux Out and could
reasonably do bass notes. There's a program on my site that
implements a sequencer drving the Aux Out as audio which plays the
bass line to Riders on the Storm. I never went any further with this.
Dave
--- In ComputerVoltageSources@yahoogroups.com, "Grant Richter"
<grichter@...> wrote:
H8/3664 processor. There is hardware I2C and serial, but no SPI.
At one time I thought about rewriting the drivers in assembler but
BasicMicro has since clarified that assembly language is not an
option.
I did play at one time with tight loops to see how fast I could
process. I ended up with just square waves on the Aux Out and could
reasonably do bass notes. There's a program on my site that
implements a sequencer drving the Aux Out as audio which plays the
bass line to Riders on the Storm. I never went any further with this.
Dave
--- In ComputerVoltageSources@yahoogroups.com, "Grant Richter"
<grichter@...> wrote:
>almost entirely based on the
> The residual latency in the CV update times of 2 milliseconds is
> serial bit transmission time to the DACs. The software serialsupport currently in place has a
> limited top end speed.could increase their update
>
> In theory, switching the DACs to the hardware synchronous port
> rate by a factor of 10 or so.processing becomes a
>
> That would increase through put from 500 Hz to 5000 Hz, then audio
> possibility.has more time now.
>
> I will try to get to it sometime this summer. Maybe someone else
>
