Hi there,
while trying to program with my TMS320F2802 on flash, I keep facing an error when calling memcpy(). I'm using the "F2802.cmd" file and the apperently not working code line is following:
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
In the console I get the message:
undefined first referenced symbol in file --------- ---------------- _RamfuncsLoadSize ./main.obj error #10234-D: unresolved symbols remain
In my opinion it should be defined in the linker command file as 'RamfuncsRunStart' and 'RamfuncsLoadStart' are defined there.
Can anyone please help me out?