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

cross mob
Anonymous
Not applicable
        Hello fellows, I'm here to ask about some special issue that I'm having with the PWM16 Block of PSOC 1. In my application, I have to change the clock frequency of the PWM during the code execution. This is the only thing that I can do in order to reach lower levels of the "Output Frequency". In order words, with a Sysclk freq = 24 MHz the minimum value of the output frequency that I can get is 400 Hz. In my application, I need to sweep the frequency between 100 Hz and 10000 Hz. Do you guys know to do this without changing the Sysclk freq? Thanks a lot for the info!   
0 Likes
1 Solution
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, look at the API's int he datasheet, there is one for the period. There are

   

side effects related to when actual update occurs, read those comments as well.

   

 

   

Regards, Dana.

View solution in original post

0 Likes
5 Replies