DSPRelated.com

2D array transfer from camera to sdram of 6713

Started by varu...@bu.edu in TMS320c6x18 years ago

Dear All, I need some advice on the data transfer from the C3088 cmos camera to the 8MB SDRAM of the C6713 board EMIF. Firstly can we use the...

Dear All, I need some advice on the data transfer from the C3088 cmos camera to the 8MB SDRAM of the C6713 board EMIF. Firstly can we use the GPIO to transfer pixels to RAM or do we need to use the EMIF for DMA allocation? We need to transfer the data pixel by pixel, not frame by frame, since we have 16 YUV pins from the camera going into the board as 16 external interrupts. Can you tell...


Why I can't access to SDRAM via DM642 PCI port?

Started by Jerry Yan in TMS320c6x18 years ago

Hi all: Before plugging my card to pci slot, I tested it in EMIF boot mode through JTAG port, all the chips worked very well. But when I...

Hi all: Before plugging my card to pci slot, I tested it in EMIF boot mode through JTAG port, all the chips worked very well. But when I test the card in pci mode (using the EVMDM642 example pci drvier SIC6XWDM.sys and test app in "\\ti\boards\evmdm642\examples\pci" ), all operations of writing to/ reading from DM642 registers and IRAM seem ok, but just can't operate SDRAM. I didn't use ...


how to load .out file from a running program

Started by lime...@freenet.de in TMS320c6x17 years ago 6 replies

hi, i use dsk6711 with network daughtercard and the network example Filexfer from ndk/examples, i want that the running filexfer example...

hi, i use dsk6711 with network daughtercard and the network example Filexfer from ndk/examples, i want that the running filexfer example loads a new .out file and stores it to the sdram. And finally jump to the new .out file and run it. 1.do i have to load a .out-file or a .hex-file? 2.how can i store it to a place in sdram? 3.how can the dsp jump to the new .out-file and run it? than...


Re: regd. L1D stalls

Started by Jeff Brower in TMS320c6x16 years ago

Shiv- > when I profiled my application it is taking 85% of time for L1D stalls > in DM6446. I am using , text and heap sections in SDRAM and...

Shiv- > when I profiled my application it is taking 85% of time for L1D stalls > in DM6446. I am using , text and heap sections in SDRAM and other data > sections in L2 Ram/CACHE. How to solve these L1D Stalls issue, though > i am not using L1D at all. First, I would suggest that stack, heap, and time-crucial code (.text) sections be placed in onchip RAM, not SDRAM. Second, the way you


EMIF configuration in DSP BIOS

Started by Meenakshi Matai in TMS320c6x19 years ago 2 replies

Hello, I am trying to use an already existing DSP BIOS project built for C67xx and migrate it to be usable in C64xx. In the C67xx...

Hello, I am trying to use an already existing DSP BIOS project built for C67xx and migrate it to be usable in C64xx. In the C67xx project there is SDRAM configuration present under the EMIF settings. In case of C64xx there is EMIFA and EMIFB. I want to be able to delete the SDRAM configuration from under EMIF settings and add new configurations under


Secondary bootloader Using DMA

Started by kingalbertv1 in TMS320c6x16 years ago 5 replies

TI showing example of secondary bootloader to copy code from Flash to SRAM and SDRAM. It seems that the code copy word by word from flash to...

TI showing example of secondary bootloader to copy code from Flash to SRAM and SDRAM. It seems that the code copy word by word from flash to SRAM and SDRAM. Isn't it more efficient to use DMA to move big blocks. How does one do this if DMA is to be used instead of copying word by word. ;* ------------------- File: boot.asm ------------------------------- ----* .title "...


Wanting to increase stack size on DSK 6711

Started by M. Danish Nisar in TMS320c6x20 years ago 1 reply

i am using DSP BIOS on a DSK 6711 board, the board has got 16Mb of SDRAM, but when i try to increase stack size (allotted...

i am using DSP BIOS on a DSK 6711 board, the board has got 16Mb of SDRAM, but when i try to increase stack size (allotted from SDRAM) value through the dsp/bios main window, (mem settings under the category of system) i get a msg that the value can not exceed 0x10000 which is 65536 in


DM642 SDRAM issue

Started by "Kalaivani.S" in TMS320c6x16 years ago 4 replies

Hi All, We have a DM640-based custom board with CPU operating at 400MHz. This board was working fine. Now we have replaced the DM640...

Hi All, We have a DM640-based custom board with CPU operating at 400MHz. This board was working fine. Now we have replaced the DM640 with DM642-720 chip. The input PLL clock is same, i.e. input PLL clock is 33MHz and DM642 CPU is also running at 400MHz. Is this fine? We are trying to access SDRAM using the same GEL file as used for DM640 board. Since we have not changed any cloc...


C64x.. Overhead issue

Started by goelhss in TMS320c6x21 years ago

Hi All, I am using C64x processor. I am having 32-bit SDRAM and 16-bit FIFO as external memories which are connected to DSP...

Hi All, I am using C64x processor. I am having 32-bit SDRAM and 16-bit FIFO as external memories which are connected to DSP through EMIF. As C64x DSP has 64-bit EMIF bus width, I have connected pins D0-D31 to 32-bit data bus of SDRAM and pins D32-D47 to 16-bit data bus of


cache coherence when use dm642?

Started by rbmm...@163.com in TMS320c6x16 years ago 4 replies

Hi all, I have created 32kbyte cache on dm642, and the other part is SRAM. When i use cpu filled a part of off chip SDRAM(bufferA) with some...

Hi all, I have created 32kbyte cache on dm642, and the other part is SRAM. When i use cpu filled a part of off chip SDRAM(bufferA) with some data, and then i use EDMA to transfer this data from bufferA to a part of on chip SRAM(bufferB), at last i use cpu to copy this data from bufferB to another part of off chip SDRAM(bufferC). The algorithm was like this, for(;;) { use cpu change ...


memory mapping in C6727

Started by Chsekhar Prattipati in TMS320c6x15 years ago 1 reply

Hi ??? I have two 'C' files in my application. I wanted to load one file in IRAM and another one in SDRAM. How to do that one in...

Hi ??? I have two 'C' files in my application. I wanted to load one file in IRAM and another one in SDRAM. How to do that one in TMS320C6727 processor? Thanks and regards Chandra sekhar


updating a programm

Started by lime...@freenet.de in TMS320c6x17 years ago 2 replies

hi, i have the following problem. the task is: ----------------------------------------- | DSP,6711 ...

hi, i have the following problem. the task is: ----------------------------------------- | DSP,6711 | | Programm1:runs and | | loads programm2(binary-file with hex6x)| | over network from PC and stores | | it into SDRAM:beginning...


SDRAM failure

Started by Werner du Toit in TMS320c6x21 years ago 1 reply

When my C6711 DSK boots up, LED 2 remains on. But when I do the conf test, everything seems to be working fine. Is there a logical...

When my C6711 DSK boots up, LED 2 remains on. But when I do the conf test, everything seems to be working fine. Is there a logical explanation for this? Thanks in advance Werner


Handling L1/L2 memory

Started by simha j in TMS320c6x22 years ago

Hi all, Does anyone has any document which says 'How to optimally use the L1/L2 memory of 64x processors when the data...

Hi all, Does anyone has any document which says 'How to optimally use the L1/L2 memory of 64x processors when the data samples are residing in the external SDRAM.' Any guidelines in this regard will be greatly appreciated. Simha


Data verification failed

Started by axelio8 in TMS320c6x20 years ago 2 replies

Does anyone have ideas for my problem. My serious troubble is i am not able to download my code in my sdram by emif. ...

Does anyone have ideas for my problem. My serious troubble is i am not able to download my code in my sdram by emif. According to my board, i think that i configured correctly my board but it is always the same. Please help me to solve that problem. Does any


Help with own tms320c6713pyp pcb.

Started by it_l...@yahoo.com in TMS320c6x18 years ago

Hi, I'm making my own tms320c6713pyp board. But the board haven't worked. I'm wondering about how SDRAM, Boot ROM and EMI are connected?

Hi, I'm making my own tms320c6713pyp board. But the board haven't worked. I'm wondering about how SDRAM, Boot ROM and EMI are connected?


re: Digest Number 851

Started by stephen turner in TMS320c6x20 years ago

>>jeanpierrepoulin <> wrote: >>Hi, >> >>I'm building a simple circuit featuring a 6211 and 16Mb of Micron >>SDRAM (32-wide) that...

>>jeanpierrepoulin <> wrote: >>Hi, >> >>I'm building a simple circuit featuring a 6211 and 16Mb of Micron >>SDRAM (32-wide) that I hope to mass produce as cheaply as possible. >> >>Studying the Spectrum Digital designs, they


MEM_alloc arbitration

Started by pablo fraile in TMS320c6x22 years ago 2 replies

Hi all, I'm developing an app with a few tasks; one of them initializes some buffers in IDRAM and SDRAM using MEM_alloc during...

Hi all, I'm developing an app with a few tasks; one of them initializes some buffers in IDRAM and SDRAM using MEM_alloc during task initialisation, and then uses them for the whole application time. The problem is that another task tries to allocate a pointer but it seems that the me


Re: how to load .out file from a running program

Started by lime...@freenet.de in TMS320c6x17 years ago

sorry,sorry this is the last version! Hi, I have to load a program over network to the DSK6711. |--------------------| TCP/IP ...

sorry,sorry this is the last version! Hi, I have to load a program over network to the DSK6711. |--------------------| TCP/IP |-----------------------------| | PC, post.bin-file | ==> | dsp6711, SDRAM | |--------------------| |-----------------------------| 1.i use CCS and usually load the filexfer(NDK) programm to the dsp and ru


Re: how to load .out file from a running program

Started by lime...@freenet.de in TMS320c6x17 years ago

sorry the above message wasn't ready Hi, I have to load a program over network to the DSK6711. |--------------------| TCP/IP ...

sorry the above message wasn't ready Hi, I have to load a program over network to the DSK6711. |--------------------| TCP/IP |-----------------------------| | PC, .out-file | ==> | dsp6711, SDRAM | ==> |--------------------| |-----------------------------| 1. i use CCS and usually load the filexfer(NDK) programm to the dsp and