Variable triangle wave generator using PSoC6

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

cross mob
user_4110636
Level 1
Level 1
Welcome! First question asked First reply posted

Hello,

I need the following, I am trying to have a very simple wave triangle wave generator. With PSoC5 there are multiple ways to achieve this but with PSoC6, I am not so sure on how I should work to have it. I have seen some examples for a single frequency. Any ideas?

Kind regards,

André

0 Likes
1 Solution

Yes, you need a dynamic LUT generator, or something like that for more than one frequency.

View solution in original post

0 Likes
3 Replies
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

There is a Sine Wave Generator demo using PSoC 6 - https://www.cypress.com/documentation/code-examples/ce220924-psoc-6-mcu-vdac-sine-wave-generator-usi...

I believe the method is basically same with the one for triangle wave generator.

I have found this example, but how can I have more than one frequency without messing up with the clock? Do I need to have a dynamic LUT generator or something of the sort?

0 Likes

Yes, you need a dynamic LUT generator, or something like that for more than one frequency.

0 Likes