DIY Custom Amplifier and DAC- Project H
Apr 2, 2013 at 1:22 AM Post #62 of 95
Apr 2, 2013 at 1:24 AM Post #63 of 95
Quote:
I'm the one here sitting on top of a 120W Subwoofer dude....

Just you wait... Until I finish that 600W Class-D amp....
mad.gif

 
Apr 2, 2013 at 1:59 AM Post #68 of 95
Apr 2, 2013 at 2:02 AM Post #69 of 95
Apr 28, 2013 at 5:35 PM Post #73 of 95
   
 
 
Code:
 init: mov TCON,#0 mov TMOD,#00000001b mov A,#0 mov R5,#0 mov R6,#0 mov P1,#0 mov P3,#0FFH power: jb P3.3,power lcall t100 jb P3.3,power power_0: jnb P3.3,power_0 setb P1.5 mov P1.4,C RRC A mov P1.3,C lcall t100 lcall t100 lcall t100 lcall t100 lcall t100 setb P1.2 button: jnb P3.3,poff jnb P3.4,io jnb P3.5,gain sjmp button poff: lcall t100 jb P3.3,button poff_0: jnb P3.3,poff_0 clr P1.2 mov C,P1.3 RLC A mov C,P1.4 lcall t100 mov P1,#0 sjmp power io: lcall t100 jb P3.4,button io_0: jnb P3.4,io_0 clr P1.2 lcall t100 cpl P1.4 lcall t100 setb P1.2 sjmp button gain: lcall t100 jb P3.5,button gain_0: jnb P3.5,gain_0 cpl P1.3 sjmp button t100: mov R7,#2 t100_0: clr TF0 clr TR0 mov TH0,#03CH mov TL0,#0AFH setb TR0 t100_1: jnb TF0,t100_1 clr TR0 djnz R7, t100_0 ret end
The schemataics for the control board.
 

Users who are viewing this thread

Back
Top