We have received CMSIS and SVD files for TIVA C Series but the <system_*.c/h> and ARM CMSIS header files are missing.E.g. <TM4C1230C3PM.h> V10494 Date 14. March 2013 makes include of
#include "core_cm4.h" /*!< Cortex-M4 processor and core peripherals */
#include "system_TM4C1230C3PM.h" /*!< TM4C1230C3PM System */
We need them for to support all TIVA Series devices in Atollic TrueSTUDIO product. I know that "core_*.h" files are part of ARM CMSIS but maybe you have that package also so that we use the same version.
Where can I find these files?
Regards,
Evert