Part Number:TMS320F28379D
Tool/software: TI C/C++ Compiler
I imported the blinky example to get started.
I copied everything from the blinky.c into a main.cpp and deleted the blinky.c.
Everything wokrs fine without warnings.
Now i added existing .cpp and .h files to the Project.
Without editing the code I now get the warning
#10210-D null: creating ".esysmem" section with default size of 0x400;
I'm using the standart Linker-Command file from the blinky example.
So .esysmem-size is defined.
Why do I only get the error after I add additional .cpp and .h files