Hi,
I bought a DK-TM4C129X and currently I am trying to make the first project work with MentorGraphic CodeBench.
I imported TivaWare to the IDE, but found that none of the projects are ready to run. The projects reference a different target EKC-LM4F232 rather than TM4C129x. I have to manually change it so that the IDE won't complain about the target differences and start the debug session. After I set up the proper target, the project still could not run completely. It was soon trapped into the unhandled watchdog interrupt.
This is strange to me, because I am expecting the sample code to be straightforward and ready to run out of the box. The projects I imported to the IDE are under the folder TivaWare_C_Series-2.0.1.11577/examples/boards/dk-tm4c129x, why they should reference the wrong target? Also, has anybody tested TivaWare with CodeBench when it was released? It looks like the relationship between TI and MentorGraphic is not so smooth... as the result, customers like me will have to struggle with it.