Part Number: 66AK2H12
Tool/software: Code Composer Studio
XDCtools 3.50.02.20, SYS/BIOS 6.50.01.12, NDK 2.25.1.11
My SBC target does not have the 512MB DIMM that the EVM has. I'd like to remove the DIMM from the EVM and run my project out of the on board 512MB but I can not figure out the steps needed to make this happen. If I remove the DIMM, the compiled project still tries to load into 0x8000_0000, which no longer exists. I looked through the CFG and it is not appearent to me how to set the origin.
FYI The project I am building uses the NDK and the emac example to run a TCP/IP server.