One example of when you would use PASS is when you want to check if a value in
a register is positive, negative, zero, etc. without altering the value.
--- T
Hi all,
I am working with the TI 54CST. I have a simple DMA test program
but I cannot seem to get it to work. Can someone please guide me as
to the things I can look at ...
Hi guys,
i've some doubts about possibilities to use DMA to reaload the reload
timer 0 register (PRD) ,is that allowed on C5402?
How could i implement a sort of PWM wi...
Hi,
I'm experiencing a problem where by writing to a data location, say
0x8000, program address 0x18000 in extended memory has the same value
written to it.
I've...
Hello all
As you know, there is consecutive mode in external memory read.
But my question is , how can i use this method in Software?, i mean which code writing method i...
Hello
I have a FPGA on C5416 external data memory which there is variables (10 vector with lenght of 1024-decimal- at start address 0x8000 ) .
Also i have a internal(local)...
Hello! May
Day! I'm electronics engineer with about ten-year experience. Most of
my job
was connected with ADSP-21xx family. Last few months I'm trying TI
TMS320C542.
I mad...
hi
I want to call a simple c program from an assemly program. the inputs are just integers and an array..now how do i give the inputs before calling it? do i need to see t...