#include void main() { PWMPRCLK=0x04; PWMSCLA=125; PWMCLK=0x20; PWMPOL=0x20; PWMCAE=0; PWMCTL=0x40; PWMPER45=500; PWMDTY45=250; PWMCNT45=0; PWME=0x20; while(1); }