Forums Search for: TMS320C6416
Re: Hardware Interrupts unexpectedly disabled for short periods of time TMS320C6416
Luc, I agree with Jeff it is most likely a library routine. If you can tell in your interrupt routine that you were late, check the IRP...
Luc, I agree with Jeff it is most likely a library routine. If you can tell in your interrupt routine that you were late, check the IRP address.? It probably points to an instruction that turned the interrupts back on. Good luck. TK ----- Original Message ---- From: Jeff Brower To: Luc Savard Cc: c...@yahoogroups.com Sent: Thursday, August 14
c6416 cannot power up
hi We have a board with a TMS320C6416GLZ DSP running at 600MHz.DSP power up with a flash.sometimes DSP can not power up corectly.TMS320C6416...
hi We have a board with a TMS320C6416GLZ DSP running at 600MHz.DSP power up with a flash.sometimes DSP can not power up corectly.TMS320C6416 datasheet writes CVDD and DVDD should connect with a Schottky diode. Does a Schottky diode must be used? My board does not use the Schottky diode. Awaiting for your response. Regards, mike
Communication problem with Matlab 2008b and CCS v3.1
Hi, my name is Mattes Simeon and I am trying to connect Matlab 2008b with the TMS320C6416 DSK kit. The CCS 3.1 works fine but there is a...
Hi, my name is Mattes Simeon and I am trying to connect Matlab 2008b with the TMS320C6416 DSK kit. The CCS 3.1 works fine but there is a problem with Matlab. The procedure I follow to test it, is according to Target Support Pachage TC5, User's Guide of Matlab the following 1.I type c6416dskafxr in matlab command window. This opens an demo Reverberation Algorithm for 6416 2.Simulation Con...
RE: OMAP-L137 Evaluation Module (Need API to access the MMC/SD?)
Thanks to Michael Dunn & Andrew Elder for reply, =C2=A0 I don=E2=80=99t have any experience using Linux for embedded application, o= nly using...
Thanks to Michael Dunn & Andrew Elder for reply, =C2=A0 I don=E2=80=99t have any experience using Linux for embedded application, o= nly using DSP/BIOS on TMS320C6416 (fixed-point), and didn=E2=80=99t use any= CSL or BSL since my project is purely in C/C++. Transfer image using CCS, = perform features extraction (pixel by pixel basis) and show the features ex= tracted at CCS. =C2=A0 But n...
Library problem for sine8_LED program
Hi all, i am new about digital signal processors and i started to work with Rulp Chassaing's book. I have a TMS320C6416 DSK.I tried to implement...
Hi all, i am new about digital signal processors and i started to work with Rulp Chassaing's book. I have a TMS320C6416 DSK.I tried to implement the Example 1.1(Sine8_LED) in the book, but i couldn't manage to run the program. The problem is some needed files are absent and i can't find them. For example, i couldn't find the Vectors_poll.asm. On the other hand, in the book it is said that it can ...
how can i allocate a heap in SDRAM using .cdb file
hello! i'm using TMS320C6416 board doing a project which has to use so much sapce, so ISRAM may not be enough, then i use the SDRAM, but i'm just...
hello! i'm using TMS320C6416 board doing a project which has to use so much sapce, so ISRAM may not be enough, then i use the SDRAM, but i'm just using the .cdb file to configure the pro, no assembly source file. thus , i don't no how to add the section, e.g. "my_sect", to the SDRAM, it's suggested by many friends that when a section is created, lines about it must be added to the .cmd, the comma...
C6424 Power-On Self Test
Hello folks, I'm using the TMS320C6424 in a system designed for a railway application, my FW must include a DSP-self test, executed periodically...
Hello folks, I'm using the TMS320C6424 in a system designed for a railway application, my FW must include a DSP-self test, executed periodically in order to check that everything is working as expected. Do you know the source code or an example of C6424 self test? I need something similar to spra838a ("TMS320C6416 Power-On Self Test") but suited to C6424. Thanks in advance Gio _____________...
C6416 DSK Profiling Problem
Hello, I m using TMS320C6416 DSK with CCS 3.3.I want to profile my code. I m using clock() function for this.But it always gives Zero value. I...
Hello, I m using TMS320C6416 DSK with CCS 3.3.I want to profile my code. I m using clock() function for this.But it always gives Zero value. I m using it where i want to start my profiling and ends where i want to stop. Saving both values in variables and subtracting them. But again the problem is this it gives zero. i have also used built-in profiler clock but i can't understand its results. H...
tms320C6416 for sale
Hello, If anyone is interested in purchasing 1GHz DSK 6416 starter kit, please email me. It's been used for 3-4...
Hello, If anyone is interested in purchasing 1GHz DSK 6416 starter kit, please email me. It's been used for 3-4 projects. Thanks, Dha. _____________________________________
1394/ Firewire Daughtercard
Hello everyone, I was wondering whether there is any 1394/ Firewire daughtercard available for TMS320C6416 DSK? I am interested in...
Hello everyone, I was wondering whether there is any 1394/ Firewire daughtercard available for TMS320C6416 DSK? I am interested in interfacing two 1394 cameras to the kit for stereo processing. I would greatly appriciate any suggestions. Regards, Ninad Thakoor
C6416 cache
Hi, I am new to this group. I am using TMS320C6416 DSP on a 3G-derivative base station design, and would like to get some...
Hi, I am new to this group. I am using TMS320C6416 DSP on a 3G-derivative base station design, and would like to get some inputs on how to efficiently organize the DSP cache memory. In the design, the host CPU sends downlink data to DSP, and the DSP does the baseb
an unusual prob with 64x board.. please help
Dear all, I am presently working on TMS320C6416 board for some video encoding purpose. I am encountering a peculiar problem....
Dear all, I am presently working on TMS320C6416 board for some video encoding purpose. I am encountering a peculiar problem. Whenever I run a video of bigger resolution, after encoding say a few hundred frames, the CCS leaves a message "Trouble running Target CPU: Unrecoverable
Prob. with loading.......
Hello all, I am working on valley tech's vt-1420 (PCI based Dual DSP(TMS320C6416) card). I have a problem in using it in the...
Hello all, I am working on valley tech's vt-1420 (PCI based Dual DSP(TMS320C6416) card). I have a problem in using it in the Emulation mode. I am using XDS510PP_PLUS emulator. CCS is setup for multiple DSP and the port address, everything is configured properly.
Fixed-point FFT on TMS320C6416
Help !!! I have been trying to do a complex FFT using the DSP_fft() function provided by the TMS320C64x DSP Library (see...
Help !!! I have been trying to do a complex FFT using the DSP_fft() function provided by the TMS320C64x DSP Library (see TMS320C64x DSP Library Programmers' Reference - SPRU565A). I have provided the "twiddle factor" array by running the tw_fft16x16.exe program to produce a
Profiling C Code
Dear Experts, I am working on the development of a software codec for the TMS320C6416 DSP from TI. I am using the Test and...
Dear Experts, I am working on the development of a software codec for the TMS320C6416 DSP from TI. I am using the Test and Evaluation Board with XDS510PP and Code Composer Studio Version 2.10. I am at a stage where my code is written in C only and I have used C instrinsics for
Profiling with simulator and actual processor
Dear Experts, I had a post similar to the one I have now. I am using the C6xxx Simulator (Revision 2) with "MAP 1" (Default ...
Dear Experts, I had a post similar to the one I have now. I am using the C6xxx Simulator (Revision 2) with "MAP 1" (Default memory mapping) and I am using a TI Test and Evaluation Board with a TMS320C6416 on it. I am porting a huge bundle of code and I a
Cycle counts on CCS Version 2.20.0 on board
hi, I am working on TMS320C6416, and am using CCS version 2.20.0. I am unable to get the cycle counts When I am running any...
hi, I am working on TMS320C6416, and am using CCS version 2.20.0. I am unable to get the cycle counts When I am running any application on the board. I have tried copying a project, which was giving cycle counts while running in the simulator, and running it on board. The resul
DSP & Matlab
Hello everyone! I??m a student who is carrying out my project based on TMS320C6416. (My project is about...
Hello everyone! I??m a student who is carrying out my project based on TMS320C6416. (My project is about implementation of digital modem algorithm.) Since I??m poor for DSP programming, I want to seek advice from someone of experience for DSP develo
Question about TCP of 6416
I'm using TMS320C6416 TCP for Turbo decoding. But I met a big trouble:Whatever encoding data input to TCP,the hard decision data is...
I'm using TMS320C6416 TCP for Turbo decoding. But I met a big trouble:Whatever encoding data input to TCP,the hard decision data is all 1. TCPSTAT register reveal TCP working corrected.TCPERR register reveal no error occured. But why the output data is incorrected? Please give me so
TMS320C6416 DSP Starter Kit (DSK)
Hi DSPians, I am a newbie with DSP , but will be taking DSP specialization as my major this coming semester. I wish to get...
Hi DSPians, I am a newbie with DSP , but will be taking DSP specialization as my major this coming semester. I wish to get myself a Starter kit so that I can mess with it during the late nights. My focus is in image/video processing . After reading a few da






