STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Using STM32CubeIDE project and MCU STM32H750. After calling HAL_DMA_Start() data is transferring, but the hdma_memtomem_dma2_stream1.State is still in HAL_DMA_STATE_BUSY. So calling the abort HAL_DMA_Abort() and transferring the next set of data

// Following is the DMA Initialization.DMA_HandleTypeDef  hdma_memtomem_dma2_stream1;main(){::: /* Initialize all configured peripherals */ MX_DMA_Init();HAL_DMA_Start(&hdma_memtomem_dma2_stream1, (uint32_t)&g_aui16SourceVal[0], (uint32_t)&g_auc16Des...

STM32 UART Idle Interrupt configuration

Hello,I want to use a UART Idle Interrupt Routine to handle an unknown number of incoming bytes.I set this up for 2 UARTs right now and it works like a Charm for one of them. The working UART operates at 115200 Baud. The second Uart should work with ...

0693W00000D1F1IQAV.png
BKell.2 by Associate
  • 5037 Views
  • 4 replies
  • 0 kudos