Freertos Sensor With Interrupt Pin to using DMA to collect Data
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-19 7: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
Labels:
- Labels:
-
DMA
-
FreeRTOS
-
STM32Cube MCU Packages
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-19 4:48 PM
> HAL_Peripheral_DMA
What is it?
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
​
