Tool/software: Code Composer Studio
I'm trying to get started with the EVMK2G for a project, and I'm simply stuck even getting a simple template or example to actually run.
I can create a new project, targeting the K2GEVM. Connection is XDS2xx USB Onboard. Cortex A, basic Hello World example. I can verify the connection, and that runs just fine. Project builds, no issue. Target Config is created, targeting the K2GEVM. Everything seems correct.
I click the bug, and the GEL file seems to run corectly. Gets all the way to the K2G GP EVM Initialization Complete. EVM is the 1GHz version, and that is detected correctly.
Program loading window appears and seems to download.
All I get is this:
I've created new projects, tried example projects, they all end the same way. I never get to main. If I pause the ARM core, I seem to be stuck in startup_armca15.s.
What am I missing? Any insight would be greatly appreciated.