Reply by chirag jagadish May 7, 20092009-05-07
you can see the .cmd file or the command linker files for the memory allocation and memory availability
-Chirag
--- On Thu, 7/5/09, Harish Muniganti wrote:
From: Harish Muniganti
Subject: [c28x] Code Size
To: c...
Date: Thursday, 7 May, 2009, 11:41 AM

Hi All,

I have just started working on TI DSP 2808 with Code composer software tools.
How to know the amount of memory space my code is going to occupy (Code Size, Ram size etc..). I looked in the *.MAP file but could not find. Where to find this option in CCS to show the memory size, code is going to occupy.

Thanks
Harish Muniganti

_____________________________________
Reply by Alain SALMETOZ May 7, 20092009-05-07
Have a look at the beginning of the MAP file, where you have your code
segment in the column 'USED'.

name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ----
--------
H0RAM 003f8002 00001ffe 00001e34 000001ca RWIX

Here, my HORAM used nearly all its segment !

_____________________________________________________________________________________
Alain SALMETOZ | APC by Schneider Electric | IT Business |
Firmware design Engineer senior
Phone: +4 76 18 33 59 ext. 3359 |
Email: a...@mgeups.com | Site: www:apc-mge.com | Address:
140 avenue Jean Kuntzmann, INOVALLEE - Montbonnot St Martin, 38334 Saint
Ismier cedex
*** Please consider the environment before printing this e-mail

Harish Muniganti
Envoypar : c...
07/05/2009 08:11

A
c...
cc

Objet
[c28x] Code Size

Hi All,
I have just started working on TI DSP 2808 with Code composer software
tools.

How to know the amount of memory space my code is going to occupy (Code
Size, Ram size etc..). I looked in the *.MAP file but could not find.
Where to find this option in CCS to show the memory size, code is going to
occupy.
Thanks
Harish Muniganti

_____________________________________
Reply by Harish Muniganti May 7, 20092009-05-07
Hi All,

I have just started working on TI DSP 2808 with Code composer software
tools.

How to know the amount of memory space my code is going to occupy (Code
Size, Ram size etc..). I looked in the *.MAP file but could not find. Where
to find this option in CCS to show the memory size, code is going to occupy.
Thanks
Harish Muniganti