DSPRelated.com
Forums

Programming Interrupts on the Serial Port

Started by josalfe2002 June 30, 2002
Hi everyone.
Let me explaing what I'm trying to do.
I developing an application on Visual Basic that will send an "start"
signal to my DSP board, the board will execute some code and return
the results to VB.
I want to do it through the serial port.
But I want to do it using interrupts, I mean, that when you send the
start signal from VB, the board execute an interruption and run the
code. When the results are ready, generate a new interrupt and send
the results back to the VB application.

I've read the DSP56824EVM Hardware Reference Manual, and found that
the MAX3100 handle interrupts through IRQ while the DSP56824 use the
IRQA.

How can I do this???....I'm using SDK libraries. Thanx

JosAntonio S.