Other Parts Discussed in Thread: MOTORWARE,
Hello,
I have been working with the instaspin_foc examples within motorware. I have modified proj_lab01 to demonstrate that I can integrate some I2C peripheral communications and I can successfully compile+run my program on my TMS320F28069 from RAM. I now want to install this to Flash on my TMS320F28069 so the program runs on powerup.
I have modified the compiler configuration to include the "--define=FLASH" as in all the other instaspin_foc examples. Unfortunately, I am getting the following error:
<Linking>
warning: illegal COFF version specified; version 2 assumed
warning #10247-D: creating output section ".cio" without a SECTIONS
specification
warning #10210-D: creating ".esysmem" section with default size of 0x400; use
the -heap option to change the default size
undefined first referenced
symbol in file
--------- ----------------
_memCopy ./proj_lab01_I2C.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "proj_lab01_withI2C.out" not
built
>> Compilation failure
makefile:169: recipe for target 'proj_lab01_withI2C.out' failed
gmake: *** [proj_lab01_withI2C.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
I have spent some time researching this, but I have not been able to make progress. Any help here is greatly appreciated! Please let me know if additional info is needed.
Thanks,
--J