Other Parts Discussed in Thread: HALCOGEN
Hi,
For our Project Requirement, we require 20 PWM outputs.
In TMS570LS1227PGE, N2HET1 peripheral has 32 channels and each could be configured as PWM outputs. N2HET2 peripheral has 9 channels out of which 6 channels are shared with N2HET1. So total 32+9-6 = 35 PWM outputs can be configured as per the datasheet.
But HALCoGen software tool (we are using this tool to configure the I/O of microcontroller) is allowing only 8 PWM outputs in N2HET1 and 8 PWM outputs in N2HET2.
So from the HALCoGen software tool, we are able to configure only 16 PWM outputs using N2HET. Is the software tool restricting or the microcontroller itself has the limitation to configure only 16-PWM at a time?
Is there a sample code to configure all 32 channels of N2HET1 as PWM output?
Thanks!