Forums Search for: 5416
Re: problem in use of external memory
inMegha- > Should I change anything in > settings or something to enable the external memory. As per as I know we dont have > EMIF settings...
Megha- > Should I change anything in > settings or something to enable the external memory. As per as I know we dont have > EMIF settings in C5416 as in c55x. Right? Not exactly. There are memory-related registers you have to set for 5416, such as wait-states, BSCR, etc. Question: what .gel file are you giving CCS prior to use when it first opens? The initial .gel file should be se
Re: extended addressing in 5416 : Loading problem in emulator
Dear I had also the same problem with CCS3.1; Then I instaled and used CCS2.2 and it works properly. other times I uninstalled and reinstalled...
Dear I had also the same problem with CCS3.1; Then I instaled and used CCS2.2 and it works properly. other times I uninstalled and reinstalled the CCS3.1 and the emulator drivers and restart my PC. Now it works. > Ritish- > > > As my code size is getting large, I have to put some program modules on > > 0x0000-0x7FFF (OVLY bit set) section and others on SARAM 0x28000-0x2FFFF and > >
ask CR setting on codec
inwe're working on a project which interfaces an external codec (EVM TLV 320 AIC 10) to a DSK TMS 320 VC 5416, using DMA channel. ...
we're working on a project which interfaces an external codec (EVM TLV 320 AIC 10) to a DSK TMS 320 VC 5416, using DMA channel. we're having problem setting the Control Register (CR) for the AIC 10 codec. as we know, there are 2 ways to set the CR : Direct Configuration Serial
McBSP Clock Stop mode
inI'm working on using McBSP1 on a 5416 in clock stop mode as a SPI master. I have successfully set it up so that it will transmit a...
I'm working on using McBSP1 on a 5416 in clock stop mode as a SPI master. I have successfully set it up so that it will transmit a block of bytes using DMA #2, and generate an interrupt when the block is finished. Now I'm trying to use 2 DMA channels, one for transmit (to keep
DMA ABU mode - Half-buffer interrupts
Hello all, '5416 device. Using ABU mode, is there any way of determining which half of the buffer the DMA is currently...
Hello all, '5416 device. Using ABU mode, is there any way of determining which half of the buffer the DMA is currently writing (in other words which half of the buffer was just filled and generated the half or full buffer interrupt? We can of course u
Accessing I/O memory (dsk 5416)
Dear All ! Please help me with following issue: In .gel file it is possible to access any memory (data/program/io) by: ...
Dear All ! Please help me with following issue: In .gel file it is possible to access any memory (data/program/io) by: *(int *)0xF123u@data *(int *)0xF123u@program *(int *)0xF123u@io (for example). But if I want to access to
dsplib filter doubt
hi all, I just want to implement a iir filter on 5416 dsk for i implementing lpc10 vocoder. This vocoder i have implemented on MATLAB and its...
hi all, I just want to implement a iir filter on 5416 dsk for i implementing lpc10 vocoder. This vocoder i have implemented on MATLAB and its time for me to port the code in target. For implementing the filter, i want to make use of dsplibrary functions, but the coefficients which i need to pass to the function is fixed point 16 bit data, matlab gives coefficients in floating point mode...
problem building reference framework on DSK5416
Hello all, I am trying to run TI reference framework3 (rf3) on DSK5416. I had to upgrade CCS from 2.0 to 2.2 'cause I was told...
Hello all, I am trying to run TI reference framework3 (rf3) on DSK5416. I had to upgrade CCS from 2.0 to 2.2 'cause I was told I must have CCS version 2.2 to run rf3. Currently, I am using CCS 2.2 evaluation version. When I tried to build the rf3 for 5416 I am getting followin
5416 and DROM bit
Looking at the specifications, (especially section 2.5 Memory Map) it says that turning on the DROM bit will map DARAM pages 4-7 to...
Looking at the specifications, (especially section 2.5 Memory Map) it says that turning on the DROM bit will map DARAM pages 4-7 to 0x8000 to 0xffff in data memory. Table 2-2 Processor Mode Status Register says: DROM = 0 : the on-chip ROM is not mapped into data space.
Re: DMA ABU mode - Half-buffer interrupts
use CSL function DMA_RGETH(hDma2, DMDST). it returns the next dst address for DMA transfer. > > > > Hello all, > >...
use CSL function DMA_RGETH(hDma2, DMDST). it returns the next dst address for DMA transfer. > > > > Hello all, > > '5416 device. > > Using ABU mode, is there any way of determining which half of the > buffer the DMA is currently writing (in other words which half of the > buffer was just filled and generated the half or full buffer > interrupt? > > We can of c
How to produce output file (.dat) using DSP
Hi! I'm working on DMT simulation using TMS320C5416 as my final project. I have a problem on making output file. I build this small chunk of...
Hi! I'm working on DMT simulation using TMS320C5416 as my final project. I have a problem on making output file. I build this small chunk of program using turbo C and I put it on 5416 "DSK CCStudio v3.1". I can show the output on CCStudio, but the output file always returns empty. The output file exists, but it's empty. The program list is as the following: -----------------------------------...
codec Problem
Dear Group I Faced with a problem that I don't know how to deal with it When I Read and write on codec in (dsk 5416) it does't work. I run...
Dear Group I Faced with a problem that I don't know how to deal with it When I Read and write on codec in (dsk 5416) it does't work. I run the default Tone program but it seems that dsp couldn't write on codec my program is #include "tonecfg.h" #include "dsk5416.h" #include "dsk5416_pcm3002.h" #include #define SINE_TABLE_SIZE 48 #define PI ((double)3.14
extended addressing in 5416 : Loading problem in emulator
inHi, As my code size is getting large, I have to put some program modules on 0x0000-0x7FFF (OVLY bit set) section and others on SARAM...
Hi, As my code size is getting large, I have to put some program modules on 0x0000-0x7FFF (OVLY bit set) section and others on SARAM 0x28000-0x2FFFF and 0x38000-0x3FFFF. I am checking with some functions linked to define in different program sections using #pragma CODE_SECTION. I am attaching file volume.cmd and my main program. I am
Fwd: extended addressing in 5416 : Loading problem in emulator
Hi, for internal SARAM to be used, MP/MC need to be 0. Only for external memory it must be 1. this small thing was missed out...
Hi, for internal SARAM to be used, MP/MC need to be 0. Only for external memory it must be 1. this small thing was missed out by my reading. Thanks all you guys helping. Ritesh On
Data is corrupt after serial boot
Hi, I am booting 5416 using standard serial boot method. My problem is that some part of my code does not work as expected when I boot serially...
Hi, I am booting 5416 using standard serial boot method. My problem is that some part of my code does not work as expected when I boot serially but it works fine when I program the dsp from CCS. There are no problems for the other parts of the code for serial boot case. I realized that when I reset and boot the dsp serially after programming the dsp from ccs without powering off, evrything works ...
unmaped memory
hi all. I read a program with code compuser for 5416 and compiled it.it havent any error. In program used...
hi all. I read a program with code compuser for 5416 and compiled it.it havent any error. In program used alot variable then I extended the data memory but when run the program in some variable alar
:problem solved with MP/MC bit 0 extended addressing in 5416 : Loading problem in emulator
Hi dear all, Thank you very much to all those who gave me very valuable support. Everybody's suggestions were right. My...
Hi dear all, Thank you very much to all those who gave me very valuable support. Everybody's suggestions were right. My memory map was right. which was also reflecting in options->memory map. in gel file extended addressing was enabled also. but, what i see in my case is that it was MP/MC bit in pmst which was pro
image display
hai , iam trying to display an bmp gray scale image in tms5416 , iam not able to display the image , the same code is...
hai , iam trying to display an bmp gray scale image in tms5416 , iam not able to display the image , the same code is working fine in tms6711 , i dont know why it is not working in in 5416, can any one help out from this
MCBsp and DMA syncronization problem
Dear all In 5416 DSP processor : I used MSBSP number 0 and 1 to get CODEC sound data by using DMA channel 4 and 5. Both DMAs are used to get...
Dear all In 5416 DSP processor : I used MSBSP number 0 and 1 to get CODEC sound data by using DMA channel 4 and 5. Both DMAs are used to get data from mcbsp ports. Frame sync and clock signals are input to this DSP processor. But I have reset problem. When I reset the board I find that sometimes input data is correct and has no problem but some other times input data is not correct. and s...
HPI Bus Interface to Atmel 91F40816
We replaced 91F40416 to AT91 F40816 which Atmel says is a drop in replacement. We had interfaced TI DSP 5416 via the...
We replaced 91F40416 to AT91 F40816 which Atmel says is a drop in replacement. We had interfaced TI DSP 5416 via the HPI Bus to AT91 F40816 operating at 25MHz, and HPI Bus operating at 50MHz.