Tool/software: Code Composer Studio
Hello all,
I found an error "Section .const was padded by 1 to a size of null" when building a CCS project for core CM (cortex-M4).
Pls help me resolve it !
3Q!
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.
Tool/software: Code Composer Studio
Hello all,
I found an error "Section .const was padded by 1 to a size of null" when building a CCS project for core CM (cortex-M4).
Pls help me resolve it !
3Q!
I think this a warning (not error) diagnostic issued by the hex utility. Is that correct? If so, the usual solution is, in the linker command file, to apply the palign directive to the relevant section (.const in this case). Please search the C28x assembly tools manual for palign.
Thanks and regards,
-George