Question
Getting source files for PWM interface
Posted on April 20, 2016 at 21:40
Hi,
I am building my own motor control libraries, and I need an example of the PWM interface. Looking at the FOC SDK, this function, and others like this one, is of interest to me:uint16_t PWMC_SetPhaseVoltage(CPWMC this, Volt_Components Valfa_beta);How can I get the source files for this function? It seems to be embedded in a library, but this shouldn't have any IP, since it is just a peripheral interface. Thanks for the help!