This content has been marked as final.
Show 5 replies
-
1. Re: Clock source in example fx3 (AN75779)
SrinathS_16 Dec 7, 2018 1:50 AM (in response to vladimirostu_2251656)1 of 1 people found this helpfulHello,
- To generate clock for the image sensor module, you can use an external crystal.
- In case you wanted to generate clock from FX3, you can use the complex GPIO to generate a PWM based clock. Please refer to the GpioComplexApp that comes with the FX3 SDK for example implementation of PWM. This example sets the duty cycle of the PWM to 25% but it can be modified for any desired duty cycle.
Best regards,
Srinath S
-
2. Re: Clock source in example fx3 (AN75779)
vladimirostu_2251656 Dec 7, 2018 2:55 AM (in response to SrinathS_16)Many thanks!
It's very good answer!
-
3. Re: Clock source in example fx3 (AN75779)
vladimirostu_2251656 Dec 7, 2018 3:45 AM (in response to vladimirostu_2251656)Sorry, but I don't find
GpioComplexApp project
in C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3 folder....
-
4. Re: Clock source in example fx3 (AN75779)
SrinathS_16 Dec 7, 2018 3:51 AM (in response to vladimirostu_2251656)Hello,
Please find the same in the following path.
C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\firmware\serialif_examples\cyfxgpiocomplexapp
Best regards,
Srinath S
-
5. Re: Clock source in example fx3 (AN75779)
vladimirostu_2251656 Dec 7, 2018 3:53 AM (in response to SrinathS_16)Good!
Many thanks!