PWM Signal

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PWM Signal

444 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by imroun1992 on Sun Oct 06 04:56:55 MST 2013
Hello,

Actually I am working on brushless dc motor control by KEIL MCB4357 Development Board. I want to generate four PWM signal with MCB4357 Board. Each signal must have these basic parameters :

- Frequency : 400 Hz

- Duty Cycle : 40 %

- Amplitude : 3.3V

I read all datasheet about PWM Signal for KEIL MCB4357 but i found nothing about this. Can anyone help me to write a program which can generate these PWM signal with all parameter.

Thanks You
Labels (1)
0 Kudos
3 Replies

382 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Wed Oct 09 19:56:32 MST 2013
Hi imroun1992,
I saw only one error. Please define KEIL_BOARD or HITEX_BOARD in your header file.
0 Kudos

382 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by imroun1992 on Wed Oct 09 12:23:06 MST 2013
Hello,

your files are not working when i compile sct_pwm files there are too many errors

kind regards
0 Kudos

382 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mc on Sun Oct 06 19:35:00 MST 2013
Hi,
There in an example to generate PWM using SCT. Please download CMSIS package from
http://www.lpcware.com/content/nxpfile/lpc4350apdlzip
Run example using Keil IDE from folder  ..\lpc43xx-2013-09-04\lpc43xx\Examples\SCT\Sct_pwm\Keil
0 Kudos