This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi TI Team,
I am currently working on a Timer N2HET.I have found the example program given in the halcogen was not clear for me to understand. Kindly provide me the example program for N2HET timer or guide me what to where to study.Provide some step by step guide if any.
What is the difference between the N2HET and RTI timer.
Thanks in Advance,
Best Regards,
A. Ajith Kumar
Hi Ajith Kumar,
What is the difference between the N2HET and RTI timer.
Using NHET PWM is one way to generate event timer, but it is little difficult approach. This is because N2HET is a separate core inside the controller, and it needs separate instructions to work.
The simplest approach is to use RTI compare. The RTI module on RM57 has 4 compare functions, so you can generate 4 interval timers.
So, my suggestion would be, if your application requires a simple timer application then better to go with RTI or if your application requires some PWM generation or event capturing then it would be ideal to use N2HET.
--
Thanks & regards,
Jagadish.
Hi Jagadish,
I want to learn N2HET timer.Please provide some example program. Kindly support me.
Thanks in Advance,
Best Regards,
A. Ajith Kumar
Hi Ajith Kumar,
Please refer below N2HET guide:
HET IDE User guide spnu483a.pdf
--
Thanks & regards,
Jagadish.