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

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | Run large C code on C6211/C6711 platform

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

  

Post a new Thread

Run large C code on C6211/C6711 platform - Author Unknown - Dec 1 18:41:00 2000

I'm going to run a large C code on C6711. THe size of the code is
larger than the size of the internal memory so that I have to run
them from the external SDRAM. Currently TI is unable to support the
sample program that transfers the code in EEPROM to external SDRAM.
Is there anybody has the experiences on this issue?
Thanks.







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

RE: Run large C code on C6211/C6711 platform - Author Unknown - Dec 1 22:41:00 2000


One idea might be is to take a look at the some of
the example code that TI supplies with the 6211 DSK
board.

Specifically, you might want to check out the
following example in \ti\c6000\examples\dsk\post

If you check out the "post.asm" file, you'll see
how it moves the code from Flash into internal RAM -
for external SDRAM, the code could be modified rather
simply so that the destination is your SDRAM (provided
of course that you setup the EMIF correctly for the
SDRAM and Flash or EEPROM used). In addition, you'll
need to change the linker command file for where the
sections will be placed (in the CEx space where your
SDRAM is).

Hope this helps. -----Original Message-----
From: [mailto:]
Sent: Friday, December 01, 2000 12:42 PM
To:
Subject: [c6x] Run large C code on C6211/C6711 platform I'm going to run a large C code on C6711. THe size of the code is
larger than the size of the internal memory so that I have to run
them from the external SDRAM. Currently TI is unable to support the
sample program that transfers the code in EEPROM to external SDRAM.
Is there anybody has the experiences on this issue?
Thanks.
To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.egroups.com/group/c6x

Other Groups: http://www.dsprelated.com


______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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