Hi there,
I just downloaded TMS570LS3137 Hercules MCU Bootloader v1.20 from the Wiki page that uses CCS tms570_4.9.5 compiler and F021 Flash API v1.50.0, but all I can get today is CCS arm_5.0.4 and F021 Flash API v1.52.0 or v2.00.01 from your website.
After manually changing all include links, library links and compiler reference in the project properties, I've realized that the library file "F021_API_CortexR4_BE.lib" is no longer bundled in the v1.52.0 package, thus CCS v5.4 generated those error messages:
-l"C:\ti\ccsv5\tools\compiler\arm_5.0.4\lib\libc.a" -l"C:\Program Files (x86)\Texas Instruments\F021 Flash API\v1.52.0\Libraries\F021_API_CortexR4_BE.lib" -l"rtsv7R4_T_be_eabi.lib" "../bl_link.cmd"
<Linking>
error #10008-D: cannot find file "C:\Program Files (x86)\Texas Instruments\F021 Flash API\v1.52.0\Libraries\F021_API_CortexR4_BE.lib"
"../bl_link.cmd", line 29: error #10008-D: cannot find file "F021_API_CortexR4_BE.lib"
"../bl_link.cmd", line 26: warning #10068-D: no matching section
"../bl_link.cmd", line 29: warning #10068-D: no matching section
undefined first referenced
Can anyone shed some light on how to accomplish this with API v1.52.0 or provide a download link to API v1.50.0?
Or better yet, do you have an updated project that has proper links?
Thanks!