Does anyone know if the C54CST internally looks similar to C5409A? Obviously some
key differences in pins, but memory is similar (40k x 16 vs. 32k), speed and Vcc ...
Hello all,
I am using TMS320DM270 (ARM7 & c54x DSP) chip.
I am trying to interface harddrive(20 GB) to the external memory
interface region 1 (Compac...
Usually if you define a variable in a C file and refer
to it in assembly you have to add and underscore:
ld *(_temp),a
I don't know if that is the same when using...
Hi,
Whenever I write some assembly statement using the asm statement, I
get the following errors:
For example I tried : asm("ld #0,a");
After building I got...
Hi ,
I am trying establish connection to OMAP1510 to
host.
I have installed proper drivers and ccs
installed is v2.21.
following is the problem when tryin...
Hello e'bdy
I'm using the cfft_32 from the dsplib and I don't why it doesn't work
as it should be.
Can anybody help me?
here is the part of my code, I'va ...
Hello Everybody!
It's my first post on this forum, can anyone help me?
I'm newbie on DSP and I'm using TMS320C5402 DSK Board... I've used the codec.c digital loo...