6 DAC RCA connectors on A9 board
 potatohead            
            
                Posts: 10,261
potatohead            
            
                Posts: 10,261            
            
            
                            
                                  in Propeller 2             
        
                    There are 4 DACS / COG, and for testing, that's COG 0.  Are the other two redundant, or assigned to COG 1, or what?
Say I want to display something and make a sound. Does this all have to happen in COG 0 at present, or not?
                
                            Say I want to display something and make a sound. Does this all have to happen in COG 0 at present, or not?

 
                            
Comments
Certainly seems to work just fine.
Right now, pins 1, 2, and 3 are DAC-capable. The DAC on pin 0 is used as HSYNC, where any non-zero value on pin 0's DAC causes HSYNC to go high. DAC 0 is not available as analog, in other words, but DACs 1, 2, and 3 are.
I'm good with what we have right now.
I should be able to just limit the streamer output, and drive one of the three channels with the COG, yes?
Yes.