Hello,
I'm having problem running a simple hello world program using XDS510 USB emulator.
I created a "c6000" type project with "generic C64xx device" settings.
Then created a target configuration problem with connection property "XDS510 USB" and "EVMTM6467" board configuration.
Then i created a simple c hello world program and imported a linker that look like this:
MEMORY { SDRAM : origin = 0x80000000, len = 0x40000000 }
SECTIONS { .vectors > SDRAM .text > SDRAM
.bss > SDRAM .cinit > SDRAM .const > SDRAM .far > SDRAM .stack > SDRAM .cio > SDRAM .sysmem > SDRAM }
I can't configure GEL file becouse i basically can't get to the debug window, becouse an error jumping when i trying to "Debug active target".
The error:
What am i doing wrong?
Thank you, Stas.