常见问答
- M051 系列(95)
- M0518 系列(97)
- M0519 系列(43)
- M0564 系列(1)
- Mini51 系列(90)
- Nano100 / 102 系列(101)
- Nano103 Base 系列(10)
- Nano110 / 112 LCD 系列(100)
- Nano120 USB 系列(111)
- Nano130 USB+LCD 系列(110)
- NUC029 系列(94)
- NUC100 / 200 系列(102)
- NUC120 / 122 / 123 / 220 USB 系列(116)
- NUC121/125 系列(1)
- NUC126 USB 系列(2)
- NUC130 / 230 CAN 系列(103)
- NUC131/NUC1311 CAN 系列(98)
- NUC140 / 240 USB+CAN 系列(114)
产品
功能
+
FAQ
How to set counter synchronization for the PWM in the NuMicro® M451 series? Issue Date:2016-12-20
After completing the required PWM settings, add the following code:
/* Enable PWM0, PWM2, PWM4 Timer Synchronous */
PWM_ENABLE_TIMER_SYNC(PWM0, BIT0|BIT2|BIT4);
/* Start PWM */
PWM0->SSTRG = 1;
| Products: | Microcontrollers ,Arm Cortex-M4 MCUs ,M451 Base Series ,M451LC3AE ,M451LD3AE ,M451LE6AE ,M451LG6AE ,M451RC3AE ,M451RD3AE ,M451RE6AE ,M451RG6AE ,M451VE6AE ,M451VG6AE ,M451M Series ,M451MLC3AE ,M451MLD3AE ,M451MLE6AE ,M451MLG6AE ,M451MSC3AE ,M451MSD3AE |
|---|---|
| Applications: | Consumer ,Home Appliance |
| Function: | Peripherals,Clock Control,PLL,Timer and PWM,PWM Output |