Part Number: TMS570LS3137 Other Parts Discussed in Thread: NHET-ASSEMBLER Tool/software: Code Composer Studio where can i down the NHET-ASSEMBLER software ?
Part Number: TMS570LS3137-EP
It appears that Table 3-12. PIN Action Bit Field (4 options) on page 39 of SPNU490 switched the columns C[4] and C[3]. My application includes writing to an MCMP instruction to change the pin action from Clear to Set and…
Part Number: NHET-ASSEMBLER Hi,
Each hex value from the auto generated c files causes at least one MISRA message.
#1393-D (MISRA-C:2004 10.1/R) The value of an expression of integer type shall not be implicitly converted to a different underlying type…
Hi Cherry,
If you only use N2HET pins as GIO, you don't have to run hetInit() in which the NHET assembly code is copied to NHET RAM and executed. In HALCoGen generated NHET assembly code, the N2HET2[12] is used for edge detection.
This is the example…
I am trying to use the .sect command in a .het file to identify the assembly output for the linker when assembling to a .hnc file. Similar to using the -hc32 -nx switches when generating .c and .h files. This does not seem to work, and I always get .sect…
Other Parts Discussed in Thread: HALCOGEN
Hi,
When using the IDE or Halogen to program the HET do these tools produce assembly that is then linked into my main code? Does/can it generate C instead?
Also there are function calls and libraries that I can…
Other Parts Discussed in Thread: HALCOGEN Hi,
I am using the HALCOgen 2.07 vesrion for NHET drivers. When we select the options in the GUI, the tool is creating the het.c and het.h driver files.
When i try to use these files for the measurement of input…
Hello
I didn't changed NHET assembly code except the PIN number.
The PWM frequency is 78.125kHZ (80MHz of VCLK2 divided SINE_FREQ_DIVIDER-16, and lr = 64/hr = 1).
Thank you.
Hello,
N2HET is a software controlled timer with a dedicated specialized timer micro-machine and a set of 30 instructions (Section 23.6 of device TRM). HET IDE is where you can write N2HET programs using NHET Assembler language. HET IDE can be downloaded…