This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

52832 SDK12 PWM

Hi, HW:PCA10040 SDK:v12.0 QUESTION:PWM

I want to use SDK 12 to get 4 pwm , so i search in pwm, i start my program like this , but i can't find nrf_drv_pwm_config_t structure and nrf_drv_pwm.h file . Can you help me ?

Thank you very much !

Parents
  • nrf_drv_pwm_config_t is defined in nrf_drv_pwm.h, which is loacted in

     \SDK_INSTALL_FOLDER\components\drivers_nrf\pwm
    

    I also recommend taking a look at the pwm example in the SDK, located in

    \SDK_INSTALL_FOLDER\examples\peripheral\pwm_driver
    
Reply
  • nrf_drv_pwm_config_t is defined in nrf_drv_pwm.h, which is loacted in

     \SDK_INSTALL_FOLDER\components\drivers_nrf\pwm
    

    I also recommend taking a look at the pwm example in the SDK, located in

    \SDK_INSTALL_FOLDER\examples\peripheral\pwm_driver
    
Children
No Data
Related