HAL TIMER DMABurst Read
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-16 10:28 AM
Posted on January 16, 2016 at 19:28
does anyone have an example; how to use DMA burst with timer ''HAL_TIM_DMABurst_ReadStart''?
*for any compiler*for any boardI just need to know how to use it #timer-dma-burst
Labels:
- Labels:
-
TIM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-18 1:53 AM
Posted on January 18, 2016 at 10:53
Hi SamTheMan,
I'd highly recommend you to take a look to the TIMER project under STM32Cube F4 package: STM32Cube_FW_F4_V1.10.0\Projects\STM324x9I_EVAL\Examples\TIM\TIM_DMABurstIn the example, “HAL_TIM_DMABurst_WriteStart is used''. Both HAL_TIM_DMABurst_WriteStart() & HAL_TIM_DMABurst_ReadStart() are used to manage the DMA Burst.-Syrine –Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-18 11:03 AM
Posted on January 18, 2016 at 20:03
Hi Syrine,
I have checked the example.using DMABurst_Write works fine.but DMABurst_Read never worked!!!can you provide a working example for DMABurst_Read