Tool/software: TI C/C++ Compiler
hello,
I am got this error message compiling my project (written in CCS7):
#48-D incompatible redefinition of macro "FLASH_FMA_OFFSET_M" (declared at line 11498 of "C:/TI/TivaWare_C_Series-2.1.4.178/inc/tm4c1294kcpdt.h") .ccsproject /ionet line 144, external location: C:\TI\TivaWare_C_Series-2.1.4.178\inc\hw_flash.h C/C++ Problem
I have to include following files (both needed in this source):
-- C:\TI\TivaWare_C_Series-2.1.4.178\inc\tm4c1294kcpdt.h
-- C:\TI\TivaWare_C_Series-2.1.4.178\inc\hw_flash.h
Looking at the data sheet for the TM4C1294KCPDT Microcontroller (description of the FMA register) I found, that the definition in the first file is ok, the definition in the hw_flash.h must be faulty.
Did I right with my thought... ?
thanks for an answer.