Question on D/A implementation
ozpropdev
Posts: 2,792
Hi Guys
I have a question about the DAC operation in VGA video mode.
DAC0 is configured as the H-sync signal while V-sync uses a
standalone I/O pin. Is this locked in? Can it be reconfigred
to use a standalone I/O pin like v-sync. I realise this
requires a wiring change,
This would free up 1 DAC for other uses.
If not, this leads me into my next question.
Without a DAC I could implement a D/A output using the counter module.
In Propeller 1 this was done simply by loading CTRx with "DUTY" mode
and a pin definition. In Prop2 I see there are multiple "DUTY" modes.
Which one would be the equivalent?
How do you define what I/O pin to use?
I've trawled thru all the DOCs I can find, but I could not find anything.
Have I missed a post,memo somewhere?
Any ideas
Brian
I have a question about the DAC operation in VGA video mode.
DAC0 is configured as the H-sync signal while V-sync uses a
standalone I/O pin. Is this locked in? Can it be reconfigred
to use a standalone I/O pin like v-sync. I realise this
requires a wiring change,
This would free up 1 DAC for other uses.
If not, this leads me into my next question.
Without a DAC I could implement a D/A output using the counter module.
In Propeller 1 this was done simply by loading CTRx with "DUTY" mode
and a pin definition. In Prop2 I see there are multiple "DUTY" modes.
Which one would be the equivalent?
How do you define what I/O pin to use?
I've trawled thru all the DOCs I can find, but I could not find anything.
Have I missed a post,memo somewhere?
Any ideas
Brian
Comments
I don't see why you couldn't just drive the H sync directly. I also think you could just update the audio in between scan lines if that's what you're trying to do