This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28377D: F28377D stack alignment issue

Part Number: TMS320F28377D

Tool/software: TI C/C++ Compiler

Hi,

I am using F28377D. When I compile the project, I see this warning "#10443-D null: The ".stack" section size is required to be aligned to 2 bytes, but the specified size, 0xfff, is not. The aligned size is 0x1000"

Here is my map file content for "stack":

.stack 1 0000e000 00001000 UNINITIALIZED
              0000e000 00001000 --HOLE--

Any ideas?

Thanks