Bonjour à tous,
concernant le AT90PWM3B : http://www.atmel.com/dyn/products/pr...0&part_id=4239
je n'ai pas de signal sur ma broche 32 (PB7/ADC4/PSCOUT01)
PS : comment choisit on 12 ou 16 bits ?Code:LDI r16,0x80 OUT DDRB,r16 ; B7 en sortie LDI r16,0x34 STS PSOC0,r16 ; No sync En B LDI r16,0x04 STS PCNF0,r16 ; 1ramp active H LDI r16,0x80 STS OCR0RBH,r16 LDI r16,0x00 STS OCR0RBL,r16 ; 50% LDI r16,0x01 STS PCTL0,r16 ; run
merci
-----