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.

怎样查看自己写的代码的大小



如题,自己编写的DSP代码,怎样查看代码编译完后的大小,我用的是DSP6748,CCS6.0,因为DSP自带的bootload只能搬移16K的程序到RAM里面执行,我想看一下自己写的代码到底有多大,有没有超过16K,以及判断是否需要写一个二级BOOT程序。求指教啊?