Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi
I'm trying flash example at location :controlSUITE\device_support\F2837xS\v210\F2837xS_examples_Cpu1\flash_programming\cpu01 I can build it with no problem.
But linker file (flash_programming_cpu1_FLASH.cmd) says
/* ======================================================
// For Code Composer Studio V2.2 and later
// ---------------------------------------
// In addition to this memory linker command file,
// add the header linker command file directly to the project.
// The header linker command file is required to link the
// peripheral structures to the proper locations within
// the memory map.
// The header linker files are found in <base>\F2837xS_headers\cmd
// For BIOS applications add: F28X7x_Headers_BIOS.cmd
// For nonBIOS applications add: F28X7x_Headers_nonBIOS.cmd
========================================================= */
I am using CCS 7.0.0.
When I add F2837xS_Headers_nonBIOS.cmd file to my project build fails. There is no detailed error information there are 104 errors error names are only #10263 and #10264.
Is it really necessary to add header linker command files to project? if so how can I add?
Best regards.