Hi all,
I am trying to use the PWM at different frequency wrt to the default one (490Hz right?).
i tried to use the function analogFrequency(20000) but I got a problem when compliling:
(.text.setup+0xb6): undefined reference to `analogFrequency'
collect2.exe: error: ld returned 1 exit status
Is this function implemented for the CC3200? If not, how can I change the PWM frequency?
Thanks!