Häufig gestellte Fragen

常見問答

如何對NuMicro® M451系列的PWM設定計數器同步功能?  日期:2016-12-20

在完成需要的PWM設定後,增加下列程式:
/* Enable PWM0, PWM2, PWM4 Timer Synchronous */
PWM_ENABLE_TIMER_SYNC(PWM0, BIT0|BIT2|BIT4);    
/* Start PWM */
PWM0->SSTRG = 1;

產品: 微控制器 ,Arm Cortex-M4 微控制器 ,M451 Base 系列 ,M451LC3AE ,M451LD3AE ,M451LE6AE ,M451LG6AE ,M451RC3AE ,M451RD3AE ,M451RE6AE ,M451RG6AE ,M451VE6AE ,M451VG6AE ,M451M 系列 ,M451MLC3AE ,M451MLD3AE ,M451MLE6AE ,M451MLG6AE ,M451MSC3AE ,M451MSD3AE
應用: 消費性產品 ,家電
功能: Peripherals,Clock Control,PLL,Timer and PWM,PWM Output
This website uses cookies to ensure you get the best experience on our website. Learn more
OK