I've got a new AM3354 development system.
Its not a TI EVM or BeagleBoard etc so chose generic AM3354 in setup.
I've modified the configuration only to change the SRAM size (from 1G to 256K)
Using an Olimex TMS320-XDS100-V3 JTag.
Test of the connection works OK.
When I start debug I connect then try to load the program I get:
================
CortxA8: Trouble Writing Memory Block at 0x40300800 on Page 0 of Length 0x494: (Error -1065 @ 0x3D5A) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.450.0)
CortxA8: Unable to terminate memory download: NULL buffer pointer at 0x3a9f
CortxA8: GEL: File: F:\AA David Jones\workspace_v6_0\HelloWorld1AM3352\Debug\HelloWorld1AM3352.out: Load failed.
================
Isn't 0x40300800 in the stack space? Why should the load be trying to write there?
Any help would be greatly appreciated,thx