Hello! I am try use McAsp bus in next configuration:Frame SYNC and CLK(960 KHz) internal; TDMA mode( 5 slots; slot size 8 bit; first slot inactive ); SYSCLK2 = 150MHz . And also for process Transmit Data Ready Interrupt I am use DSP/BIOS Interrupt Dispatcher. In this case I am see only 2-3 interrupt, after all freeze. After I am try use more slot size( 32 bit ) in this case all work fine. How I am understand this problem caused by DSP/BIOS interrupt Dispatcher latency, because my HWI function is very simple and use only one operation data copy. Also I am place all DSP/BIOS and my HWI function in IRAM. Can you tell me what latency( nymber of DSP cycles) have DSP/BIOS Interrupt Dispatcher( now I am have 1200 cycles DSP service time( time then I am can write data in XBUF)), but it is seems not enought?