Hello,
I am a beginner with NXP MCUs. I have a task that I cannot solve.
So, I want to configure CTimer0 Match0 to trigger the DMA to transfer data over SPI every 100 microseconds. From the user manual, as far as I can understand, this should be possible. However, I can't achieve it. Could someone create a simple project that does this?
kind regards
Hello @nico_2451
There is a demo about SPI+DMA ''spi_dma" under LPC5506 SDK, it uses software trigger.
You can add Ctimer MATCH trigger based on it. About CTIMER trigger SPI, you can refer to:
Hope it helps.
BR
Alice