PWM error at 100Hz clock rate

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I'm using PSoC Creator 3.3. and Psoc4-042. Working on the BLE project with led blinking. I'm facing error from the clock and PWM at the 100Hz frequency. The error window is attached in the files. Please kindly look after.

   

This error is not only is this program, I'm facing this error in every program i was doing at 100Hz Hardware handling. 

   

 

   

Thank you 

   

Br- Gaurav Badgujar

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Changed clock to 1kHz

   

changed PWM width to 16 bits

   

changed PWM period to 999 (1 second)

   

changed compare value to 499

   

changed main() to start the PWM

   

 

   

Bob

View solution in original post

0 Likes
6 Replies