Hi Nuno,
Is HETFLG set?
Can you share your N2HET assembly code with us? You can use HET IDE to test your NHET code, and check if the interrupt is generated or not.
https://www.ti.com/tool/HET_IDE
Hi John,
Please download HET IDE using the below link. To download this tool, you need to register a TI account. It is a very helpful tool:
https://www.ti.com/tool/HET_IDE#downloads
Hi Cherry,
Please use the HET IDE to design and debug the N2HET code. The HET IDE is a windows based application that provides an easy way to get started developing and debugging code for the HET.
HET_IDE IDE, configuration, compiler or debugger …
Hi Marcio,
Marcio Borges said: Is there a way in HalConGen to only enable the functions we want?
You can disable the pin action for PWM.
Even though code created for PWM, if we didn't enable the above highlighted checkboxes there won't be any…
Hi Jim,
jimj2713 said: 1. Is there an app-note or example c-code that uses the hetp.exe to create the .het file? I don't remember using HALCOGEN for this specific code, and my HalCoGen is looking for an external C/H file to import, so there must be…
Download HET IDE from the link below:
https://www.ti.com/tool/HET_IDE
The HET IDE is a windows based application that provides an easy way to get started developing and debugging code for the HET.
The simulation kernel provides full visibility into…
Hi Durga,
The 30 instructions for time and angle functions are listed in technical reference manual (TRM).
23.6 Instruction Set 23.6.1 Instruction Summary
Each instruction is made up of a 32-bit program field, a 32-bit control field and a 32-bit…
Hi Thomas,
The N2HET can be used for PWM outputs with programmable period and duty cycle. There is no problem to generate clock signals and enable signal for SN54HC595. HET IDE is a tool to simplify the usage of the HET Simulator.
https://www.ti.com…
Hi Sharmili,
Yes, the N2HET1 is able to generate up to 32 PWM signals at 32 N2HET pins. But the HALCoGen is developed to generate 8 PWM signals at 8 N2HET pins only. If you want to generate more than 8 PWM signals, you have to modify the code manually…