hi everyone, now i am working on a very simple program that uses mcbsp2 and
aic23. The board is seed dec6416, i need to generate a sinewave by mcbsp tx
interrupt. the problem is that tx interrupt never occurs. in polling mode, mcbsp2 can
transmit something but in interrupt mode nothing happens. aic23 provides clock for
mcbsp2, in DSP mode. one strange thing is that in interrupt mode, GIE is always 0
and PGIE is 1.(i enable gie, nmie and mcbsp2 tx interrupt in my program)
can someone tell me
1) how can GIE be cleared every time i run the program?
2) what are the correct steps in configuring mcbsp2 tx interrupt?
thank you very much, i will post my program tomorrow.