I'm testing HTU on the Hercules Launchpad with TMS570LS04.
I have downloaded the HTU example project from the link given in spna130a.pdf :
http://www.ti.com/lit/zip/spna130
and imported the project in CCSV6 ( Version: 6.0.0.00190 )
In project properties, I set the Variant to TMS570LS043x, and connection to the XDS100V2 USB emulator. All other options left untouched. I built the project, and that went ok without errors or warnings.
I started the debug, and the program doesn't break in the main() function as usual. It shows running. When I suspend the debug session, it's always looping in the mloop of _memoryInit_: in file sys_memory.asm
Is there an action that I should take in my project settings or code to make it work with the launchpad? Or did you have a similar issue when testing this app note?

