FAQ
- M051 Base Series(95)
- M0518 Series(97)
- M0519 Series(43)
- M0564 Series(1)
- Mini51 Base Series(90)
- Nano100/102 Base Series(101)
- Nano103 Base Series(10)
- Nano110/112 LCD Series(100)
- Nano120 USB Series(111)
- Nano130 Advanced Series(110)
- NUC029 Series(94)
- NUC100/200 Advanced Series(102)
- NUC120/122/123/220 USB Series(116)
- NUC121/125 Series(1)
- NUC126 USB Series(2)
- NUC130/230 CAN Series(103)
- NUC131/NUC1311 CAN Series(98)
- NUC140/240 Connectivity Series(114)
Products
Applications
Function
+
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 |