FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: A bug for PWM_HZ command?  (Read 9014 times)

lightcalamar

  • Newbie
  • *
  • Posts: 4
    • View Profile
A bug for PWM_HZ command?
« on: June 21, 2018, 05:26:44 PM »

Hello, I am trying to modify the pulse width modulation (PWM) frequency. I have read the programming datasheet for FT81x guide from http://brtchip.com/wp-content/uploads/Support/Documentation/Programming_Guides/ICs/EVE/FT81X_Series_Programmer_Guide.pdf  on page 82;

Code: [Select]
These bits define the backlight PWM output frequency in HZ. The default is
250 Hz after reset. The valid frequency is from 250Hz to 10000Hz.

I try to change the default frequency to 10000Hz, but I do not see any change, this I want to do to decrease the noise generated by the backlight, it is modulated with the audio output.

It is possible to modify this frequency, with solfware, it is not possible. A bug?

Best regards. Tomás.
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile
Re: A bug for PWM_HZ command?
« Reply #1 on: June 25, 2018, 11:14:40 AM »

Hello,

The REG_PWM_HZ register is to correct register to write to alter the frequency of the backlight.

Can you show me how you are writing the register within your code?

Best Regards,
FTDI Community
Logged