Hello! I am writing a program in Keli on C51 for Dwin based on T5L0
I do not use Dwin OS
I want to configure PWM3. The datasheet says that PWM3 is output to pin 62 P1.3
But the documentation only has addresses for pwm0 and pwm1
PWM1_Set 0x88
PWM0_Set 0x86
PWM0_Out 0x92
PWM1_Out 0x93
And there is no information for pwm2 and pwm3
I found an example only for configuring PWM0 via the sys_write_vp function
<blockquote>void pwm_set_duty(u16 duty)
复制代码
But I cannot find address for pwm2 and pwm3
Could you tell, plesase, is there any way to configure pwm3 on the P1.3 without using Dwin OS?
Thanks