Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: megagame

Search: Search took 0.00 seconds.

  1. If I would like to change frequency of the signal...

    If I would like to change frequency of the signal to precisely 8 MHz where should I look?

    My understanding is that peripheral clock is used for driving pwm/quad timer and other modules....
  2. Mux should be configured for pin which will be...

    Mux should be configured for pin which will be used as PWM.


    extern "C" {
    #include "pwm.c"
    }

    void pwm_config_pin(int _pin)
    {
    *(portConfigRegister(_pin)) = pwm_pin_info[_pin].muxval;
Results 1 to 2 of 2