1. Requirements To generate a PWM output, we need to create a train of pulses with constant period and variable duty cycle. The duty cycle, being the modulation is the pulse width. Typically, a timer is used to maintain both the period and duty cycle…
http://www.edn.com/design/analog/4363990/Control-an-LM317T-with-a-PWM-signal The LM317T from NationalSemiconductor is a popular adjustable-voltageregulator thatprovides output voltagesof 1.25 to 37V with maximum 1.5Acurrent. You can adjust the output…
参考 :STM32输入捕获模式设置并用DMA接收数据 PWM input mode This mode is a particular case of input capture mode. The procedure is the same except:  Two ICx signals are mapped on the same TIx input. These 2 ICx signals are active on edges with opposite polarity. On…
i just finished this simple circuit and am very satisfied with the result. The output is very stable and extremely linear! just though id share as i didn't find much on parallax's forums when i was searching for this configuration. Also any suggestio…
Bits 15:13 Reserved, must be kept at reset value. Bits 12:8 DBL[4:0]: DMA burst length This 5-bit vector defines the number of DMA transfers (the timer detects a burst transfer when a read or a write access to the TIMx_DMAR register address is perfor…
http://analogtalk.com/?p=534 http://analogtalk.com/?p=551 Posted by AnalogAdvocate on April 09, 2010 Design, General In today’s highly competitive electronics environment, designers are constantly looking for ways to reduce overall system costs.  One…
http://www.edn.com/design/analog/4337128/Make-a-DAC-with-a-microcontroller-s-PWM-timer Many embedded-microcontroller applications require generation of analog signals. An integrated or stand-alone DAC fills the role. However, you can often use PWM si…
A standard technique for generating analog voltages using µCs is to use a PWM output and filter the signal with a simple RC filter (Figure 1). The voltage of the PWM signal is directly proportional to the µC's supply voltage, so it is not necessarily…
[TI博客大赛][原创]LM3S811之基于PWM的DAC http://bbs.ednchina.com/BLOG_ARTICLE_3005301.HTM http://www.fpga4fun.com/PWM_DAC_3.html One-bit DAC Take one pin of an FPGA, connect a speaker and listen to an MP3? Easy. Here, we'll use a PC to decode an MP3, and then s…
how determine the RC time constant in PWM digital to analog low-pass filter? I 'm looking for the best RC time constant and its reason in a PWM to convert digital signal to analog based on duty-cycle and frequency and other parameters. PWM frequency…