Hello everybody,
I am working with TMS320C5416DSK. while working with the kit, i was told to get the audio input from a CD player/Walkman or through mike. Is ther...
Hello All,
I am research student looking for control code for embedded
processors/microcontrollers that use PID or LQR closed-loop feedback
control. My group and I want to per...
I work on 5402 DSP. I face a problem in I/O. 5402 has HPIport which
can also be used as IO Port. I am using this port as Output.
The problem is Iam able to write to the IO in ...
Hi All,
We are developing basic analog phone using TMS320C54CST and
MSM7716 as codec.
Codec is going to be connected at McBSP0 for audio data and
McBSP1 configure...
Hi all,
I'm optimizing code for C64x which was optimized for x86.
In that code lot of lookups were used. I optimized some code by
removing those lookups with the math (reads ...
How hard is it to use an McBSP as an RS-232 serial port?
I understand I would need a level converter, but how complicated
is the software to write?
Is there any free code ...
hi to all c54xians,
i am doing a realtime project in ofdm using c54x.the
processor misses some input samples,because of the
long processing time time codes for fft and ifft,so,i...
Hi,
We are facing problem with callerId detection on INDIAN PSTN,they says
they support DSK callerID,can you please
provide info how to do this.
Thanks,
Rajeev
...
Giri-
Derk is correct, he means like this:
asm(" swap2 val1, val2");
The reason is without space the assembler will think that the instruction
is a label. Think of wh...