Part Number: TMS320C6748 Good Afternoon, I have a question regarding the handling of maskable interrupts with the TMS320C6748 LCDK. I have reviewed the TMS320C674x DSP CPU and Instruction Set document on interrupts but haven't received a clear picture of what is happening. If I utilize three different interrupts what happens in the event I receive one interrupt and then during that interrupt, a second interrupt is triggered? I understand that there is no nested interrupts based on priority unless written into the software. Will the interrupt routine for the second interrupt follow once the interrupt for interrupt 1 has been completed or is that second interrupt not even flagged and therefor it is ignored? My understanding from the documentation that the interrupts are disabled during interrupts routines and will never be received. Is this true? Therefore you cannot run multiple interrupts at the same time as you can miss that moment when you need to answer an interrupt from an interrupt. In utilizing the UART interrupt to receive information from a serial terminal, sometimes the interrupt does not appear to be flagged when sending data from the serial terminal which results in missed information. I have other interrupts running while I await this UART interrupt. So maybe I need to switch to a polling routine. Thanks, Tyler
↧