STM32F723 USB-HS DMA problem with EP0
Hello,
I am trying to use USB-HS DMA in my program... It works good with other endpoints except EP0
For EP0, the enumeration phase is done successfully, But when I start sending my USB class specific messages one after the other continuously on EP0, after some successful transmissions, it suddenly gets stuck and EP0 Nack status is set ... I also check that DMA address be 4byte-align
Note that there is no problem when DMA is disabled
What could be the probable mistake?
Thanks in advnace
