Conflict with DMA Interrupt and USB Virtual Com Port STM32F4
Posted on August 06, 2013 at 15:30I am having trouble using the DMA transfer complete interrupt with the USB Virtual COM Port. The USB port stops functioning when the interrupt is called. The interrupt command is: DMA_ITConfig(DMA1_Stream7, DMA_IT_T...