Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
186 views

TMS320C64x Quick start reference for programmers

Is thare any quickstart guide for programmers for writing DSP-accelerated appliations for TMS320C64x? I have a program with custom algorythm (not the fft, or usial filtering) and I want to accelerate ...
4
votes
2answers
514 views

Fixed Point MATLAB DSP Algorithm

I've got a question about coding an algorithm for a Texas Instruments TMS320C64xx DSP in MATLAB: I've got a working sloppy implementation of my filter in MATLAB. My goal is to use MATLAB Embedded ...
4
votes
3answers
504 views

TI DSP: interfacing C++ and assembly

I posted this Q to TI's 28xx DSP forum but haven't heard a response and figured maybe someone here might know. I know how to write functions in assembly so that they are C-callable; if the ...
2
votes
1answer
67 views

How to use the C64x+ GMPY instruction to compute a CRC32?

How can I use the Galois Field Multiply (GMPY) instruction featured in TI C64x+ DSPs to efficiently compute a CRC32?
2
votes
1answer
362 views

Intel atom or ARM for heavy Signal processing workload

I would like to know which is a better (in performance) option : To get a Intel Dual core atom based board To get a Arm cortex A9 based board (pandaboard etc) I would like to run some light ...
1
vote
1answer
958 views

Generating C code from a Matlab-Simulink model for DSP C6748

I'm trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio for TMS320C6748 DSP (Texas ...
1
vote
0answers
24 views

Re. pcm3002 configured for 16 bit data transfers

I am trying to do a loopback program (get data in, and send it out without any processing) on a 5416 DSK. I am using the on board PCM3002 codec and it is configured for 16-bit data transfer. I also ...
1
vote
1answer
67 views

How to communicate between 2 DSP in TI6488

hey i am new to DSP. i have given a task to communicate between 2 DSP i.e. inter DSP communication.. for TI6488. i have some examples codes for loop back. but for non loopback how to proceed i have no ...
1
vote
1answer
393 views

OMAP 3530: How fast can I toggle an IO?

I am putting together an application for OMAP 3530 SoC. This application will run some user interface code on embedded linux and invoke waveform generation code on the DSP. The DSP and Linux sides ...
1
vote
1answer
84 views

TI TMS320C64xx : add a PRD function

I have to add a function that will run every specified period. it seems straight forward as Code composer has a GUI tool to do that : DSP/BIOS Condig->PRD-> in the properties form I can fill in the ...
1
vote
1answer
299 views

How to program the TI TMS320C674x real-time clock using C

Intense googeling failed to turn out a single decent example of how to program the RTC. all I could find were examples for the C5000/4000 models, which seems work differently as I was unable to ...
1
vote
2answers
87 views

TI C2800 DSPs: troubleshooting linker problems between C++ and assembly code

I have a function sincos_Q15_asm() in assembly, in file sincos_p5sh.asm with directives as follows: .sect ".text" .global _sincos_Q15_asm .sym _sincos_Q15_asm,_sincos_Q15_asm, 36, 2, 0 .func 1 ...
1
vote
2answers
644 views

Warning when type-casting between pointer and pointer-to-function

I am porting some C code to a TI DSP chip environment. I'm grappling with the C compiler. I have a data structure that includes a pointer to a function. I have a function that initializes the data ...
1
vote
1answer
312 views

scons help for alternate build tools

I'm using a compiler for TI DSPs, so the default CC and LINK and AS tools make no sense. Below is an SConstruct file that works for me, I'm wondering if anyone has suggestions to make it better. Some ...
0
votes
4answers
66 views

Write values of different data types in sequence in memory? or, Array with multiple data types?

I am relatively new to writing in C. I have self taught myself using what resources I have found online and in print. This is my first real project in C programming. Gotta love on-the-job training. I ...
0
votes
1answer
113 views

Code Composer and Real Time Data Exchange: problems in Target to Host communication

dear fellow programmers! I'd really appreciate a few answers or hints concerning following problem: The topic is Digital Signal Processing (DSP), Code Composer Studio 3.1 and Real Time Data Exchange ...
0
votes
0answers
237 views

Generating C code from a Matlab-Simulink: errors encountered during linking

I generated C code from a Matlab-Simulink model (In Matlab help is "Parametric Audio Equalizer" -> "Task 6 - Integrate Device Drivers" -> "Configuration C") with a "Target Preferences" module for ...