Just wondering if I am missing something, as this seems like it should be a rather obvious issue, but when I try to include HET IDE files in my project through Halcogen I cannot get them to compile for the RM46 because the std_nhet.h source file that is generated has the precompiler condition "#if defined(_TMS470_BIG) || defined(__big_endian__)" ONLY, and the RM46 is a little endian device. Removing this line lets me compile and get code running, but the NHET doesn't appear to be working (at least not as it does in the simulator).
Any info would be appreciated,
Thanks,
Jonathan
PS: Info on my setup here:
HALCOgen 4.0.0, using the IAR compiler/IDE and the HET-IDE to generate the NHET source files that are linked into the project through HALCOGEN. I am building this project for the RM46L852ZWT, but I am also working on a smaller in scope project doing something similar with the RM42L432PZ and have the same problem.