SPI3 DMA breaks after first halfword
Posted on March 13, 2012 at 17:51 If I let run this DMA interrupts, without a while looop on the line 64 I get only first word transmitted. With a while loop it is always OK.What's wrong? void dma_tx(uint16_t *rxbuf, uint16_t *txbuf, uint16_t ...