When I migrated, the reference routine output PWM, but kept reporting errors.
I have also changed the relevant definition, but I still can't. Has anyone met it? Thank you!
When I migrated, the reference routine output PWM, but kept reporting errors.
I have also changed the relevant definition, but I still can't. Has anyone met it? Thank you!
Hi,
Make sure that you have TIMER_ENABLED set to 1 also.
You might also need to set PPI_ENABLED to 1. If you are missing more defines, take a look at the sdk_config.h for the pwm_library example.
Hi,
Make sure that you have TIMER_ENABLED set to 1 also.
You might also need to set PPI_ENABLED to 1. If you are missing more defines, take a look at the sdk_config.h for the pwm_library example.
yes,you are right,tI didn't define 1,this probleam has sloved,but have a new probleam,
yes,you are right,tI didn't define 1,this probleam has sloved,but have a new probleam,
Hi,
Thank you very much . You are right. PPI_ENABLED to 1 is defined without error. Thank you again
Hi,
Thank you very much . You are right. PPI_ENABLED to 1 is defined without error. Thank you again