Tool/software: Code Composer Studio
Hi everyone,
I am VERY new to embedded programming. Now I am working on a project which I need 12 PWM signals with different duty cycles. The MCU (MSP430FR5994) I'm using has 2 timers which can generate total 11 PWM signals with desired duty cycle but due to hardware limitation I will probably have to use software to make the last PWM signal? These signals will drive 12 loads and form a feedback loop through 12 ADCs. I have no idea how to implement software PWM. Any suggestions will be appreciated.