Dear E2E,
We are working on TMS570LS3137 processor for one of our project with IDE CCS 6.0.1 and HALCOGEN 4.04.00 version for configuration. We are used NHET1 pins(25,26,27,28,29) as GPIO to generate 780 Hz continuous pulse using pwm. We are generating pulse using HALCOGEN .
This is the main function.
void main(void)
{
sciInit();
gioInit();
hetInit();
while(1);
}
I have attached file which contain halcogen setting.
I would like to know, how to enable and disable of generating the 780 Hz pulse in NHET1 pins through software.