Are we already at 80Mhz on the A9 123 board?
potatohead
Posts: 10,261
in Propeller 2
Just got setup. Thanks Chip and Parallax. This one looks like it works great.
Ran my test code, and got what looks like a mess on the screen. On a guess, I tried 80Mhz as the base for the timing calcs, and it all appears to work just fine.
?!?
Ran my test code, and got what looks like a mess on the screen. On a guess, I tried 80Mhz as the base for the timing calcs, and it all appears to work just fine.
?!?
Comments
I'm unclear on the DAC differences. NTSC signal appearing on all DAC connectors. I'm not sure my DE2 did that. Never got my A7 to work, so I can't compare.
From the docs streamer modes
Hey, I'm having trouble understanding how to calculate xfr values.
This: f_color / f_clock * float($7FFF_FFFF) * 2.0
What is "float($7fff_ffff)" Is this a floating point hack for a shift operation?
I'm wanting to do some scaled integer math to compute signal timings...
Basically, I want to put this stuff into Excel, figure out the math, then do PASM to get away from the constants. Did the same thing on P1 to validate a lot of signals.
I was trying to mutiply by $1_0000_0000
You've probably already got an answer but the original announce was here - http://forums.parallax.com/discussion/comment/1355129/#Comment_1355129