Forums Search for: 5416
TROUBLE RUNNING TARGET CPU - 5416
hi am using tms320c5416 processor for programming a project with ccs as the compiler. Am getting a new error these days. "TROUBLE RUNNING...
hi am using tms320c5416 processor for programming a project with ccs as the compiler. Am getting a new error these days. "TROUBLE RUNNING TARGET CPU" and when compiling i do not get anyerrors and this comes at the point of a division of 2 numbers in the program. Any ideas.. all r welcome..:) and while building i get a warning which says.. ".cio created without specifications" PLS HEL...
interfacing ads1610evm with tms320vc5416 dsk using a 5-6k interface
Hi can anyone help interfacing the ads1610 with the 5416? Cant really find any document/guide about the process and how to configure the two. Ive...
Hi can anyone help interfacing the ads1610 with the 5416? Cant really find any document/guide about the process and how to configure the two. Ive already read majority of technical references on the 3, but im really not sure if im doin it correctly. Plus does anyone know how to make it work in code composer because its not supported by the updated DCPFree Tools. I really dont know where to start p...
Fwd: pcm3002 audio recording prob. in dsk5416
Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other...
Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other than PCM3002.pdf (found not easy to use in conjunction with DSK 5416 kit) An extract of the code used to record is the following, ... while(1) { y=0; j=0; while(y
Fwd: pcm3002 audio recording prob. in dsk5416
--- In c...@yahoogroups.com, "kabdeslam" wrote: Forgot to mention that recorded output now looks like a large harmonic independent of...
--- In c...@yahoogroups.com, "kabdeslam" wrote: Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other than PCM3002.pdf (found not easy to use in conjunction with DSK 5416 kit) An extract of the code used to record is the following, ... while(1) { y=0; j=0; while(y
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
How to use sleep ?
Hi, Anyone know how to use sleep in CCS 3.1 using dsk 5416 ? The below program already works. I want to change the delay by using the sleep. I...
Hi, Anyone know how to use sleep in CCS 3.1 using dsk 5416 ? The below program already works. I want to change the delay by using the sleep. I had tried to change the delay to sleep, but got error. Thanks. #include #define GPIOCR (*(volatile unsigned int*)(0x3C)) #define GPIOCR_ADDR 0x3C #define GPIOSR (*(volatile unsigned int*)(0x3D)) #define GPIOSR_ADDR 0x3D void delay(void
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 > >
Setting the clock speed of 5416
hi to all, presently i am working on a project where i need verify the time elapsed to execute a algorithm..... yet present i am using...
hi to all, presently i am working on a project where i need verify the time elapsed to execute a algorithm..... yet present i am using CCS3.1 but i am not able to configure the clock in simulator mode..... can any body suggest me to set the clock speed so that i can configure the timer for exact time measurement..... Thanks.... anne
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: -----------------------------------...
Add operations continually in a loop in 5416
My hardware is 5416DSK and AIC13, I want to used this to finish my project of echo cancellation. I have a sub-program there are over 100 times add...
My hardware is 5416DSK and AIC13, I want to used this to finish my project of echo cancellation. I have a sub-program there are over 100 times add operations and I sure this program affect my output signal, I don?t know how to make the add operations is more efficiency in C or C++. Somebody tell me can use the DMA, but I don?t know how to use that. Are there someone shows me a program or some
booting C5416 using standard serial boot method
Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable...
Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable starting from word 0x10AA after resetting the dsp and waiting for XF pin to go low. I worked on this issue so much and read all the documents including the bootloader document(spra602) supplied by ti. I think the documentation is insufficient. Can you tell h...
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 ...
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...
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
extended addressing
Can anyone "unconfuse" me? I'm using a 5416. I in MC mode with the overlays on. This mode should allow on chip daram from 0x80- ...
Can anyone "unconfuse" me? I'm using a 5416. I in MC mode with the overlays on. This mode should allow on chip daram from 0x80- 0xffff. I should then be able to load my text segment into saram0-3 at 0x28000. XPC=2, address 0x8000-0xffff. I'm confused how to do
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.
Command line compilation
Is there a CCS tool similar to the cl500 shell program that will use the .mak file generated by ccs to compile the project? What I...
Is there a CCS tool similar to the cl500 shell program that will use the .mak file generated by ccs to compile the project? What I have is a project (1200bps and 9600bps Amateur Radio modems) that need to be compiled with slight differences for the 5402 and 5416 DSP. I want to
CCS shift problems
I'm trying to get some 'C' code that I prototyped using VC++ (easier to debug) working on a 5416 using CCS v1.21 -- But it doesn't...
I'm trying to get some 'C' code that I prototyped using VC++ (easier to debug) working on a 5416 using CCS v1.21 -- But it doesn't work as expected. Here's the code: typedef unsigned int uint16; typedef unsigned long uint32; /* Simple shift test */ ui
Urgent:5402 vs 5416 EVM modules Poll
Hi, For a small education project envolving MP3 coding and g.7xx development I am trying to pick out a development platform....
Hi, For a small education project envolving MP3 coding and g.7xx development I am trying to pick out a development platform. How would you compare the two in terms of: - Reliability - Debugging Speed - Overhead complexity(i.e. how much custom software built
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






