2019-03-19 07:32 AM
Hi Guys
I am trying to use the HAL_Peripheral_DMA, does any one have a guide to use DMA correctly on the Interrupt to obtain data from the Sensor using Freertos?
Any help can will be welcomed.
Kind regards
2019-03-19 04:48 PM
> HAL_Peripheral_DMA
What is it?
JW
2019-03-19 11:42 PM
Hal_i2c_dma...
Normally one would allow a line detection that activates the DMA callback. using free rtos things should be written in the task. with interrupt one would write in the isr.