2018-09-25 04:15 AM
I am working with STM32F303CB and want to use Standard Peripheral Library only.
How do i achieve the above ?
After DMA controller has transferred data to RAM, i want it to generate an interrupt.
How do i achieve this ?
2018-09-25 05:12 AM
The Reference Manual should indicate the triggering sources
Should be ADC+DMA examples in the SPL trees, review and adapt those.
I've posted similar examples to the forum in the past.
You'd configure the DMA to general HT and/or TC interrupts, and add an IRQHandler to service the whole, or half the buffer.