Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560


Discussion Groups

Discussion Groups | TMS320C6x | question about .stack section

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

question about .stack section - Hua Ouyang - Oct 8 11:08:00 2001



Hi,everyone:

I have place .sysmem and .stack section into
SBARAM.The program runs successfully. As soon as I
place .stack section before the .sysmem section in
*.cmd file,I get wrong result when call function.I get
wrong result when I place .stack into internal data
memmory. Why!
Are there some links between .sysmem and
.stack?Why cannot put .stack and .sysmem sections into
different
memmory?
My *.cmd file is like this:

.sysmem:{} > SBSRAM
.stack: {} > SBSRAM

I have to put .sysmem section into externel RAM
because it's too large to into internal memmory.But I
want to place .stack section into internal program.
Any suggestion is welcom!




(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )