DSPRelated.com
Forums

URGENT: RTDX and Interrupts

Started by jcmarrupe June 9, 2003
Excuse my english.
Im a newbie in dsp programming.

Im doing a project that use RTDX to receive/send data from/to host
PC from TMS320C6711 target.

Now the target program uses 'RTDX_readNB' function to receive data to
the host. The program is continuously waiting data from host, so the
call to 'RTDX_readNB' function is done inside of infinite loop.
Is possible inform to target program that data are being sent, by
means of interrupt?

Really, I want send data from host and say to target program by means
of a interrupt that there are data available to read. After target
program invoke 'RTDX_readNB' to get this data. So reading is
completely asynchronize.

Other possibility is send/receive event by means of 'RTDX_logEvent'.
is this posibility correct to receive data whithout a loop of reading?
How work send/receive event in RTDX? are there any example code of it? I dont know if my doubt is corretly explained. I hope yes.

Thanks.