Hi, I build USB DAC converter in configuration PC->USB->TAS1020B->CS4334->Amplifire>Speakers But I have some problems with EP1 Buffer In my project I use only Endpoint 0 (Control) and Endpoint 1 (ISO Out). Codec working in mode 4 (I2S). DMA use only channel 0. I work with external debbuger (EXTEN=1, TEST=0) In USB decsriptor the max frame size declared as 576 bytes. So I need to declare Buffer for ISO Endpoint as 1152 bytes( 2*576) But if buffer size is larger then 1008 bytes signal is distorded.If I define buffer below 1008 bytes all is ok. Is any restricion for buffer size? I tested mamory allocation and it is ok, no buffers overlaping I aslo tray to see Pointers CH0RDPTR, CH0WRPTR and if buffer is 1008 the range is 0x210-0x5FF (OK) but when buffer is for example 1024 the range is 0x200-0x6FF (outside declared buffer and outside implemented RAM!) Best Regards JarekC PS I'm sorry but my English is poor