STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problems with DCMI DMA callback registration. Environment: MCU: STM32MP157/M4; SW: STM32Cube FW_MP1 V1.6.0; Engineering Boot Mode

Hi all!Environment: I use MX to configure the DCMI Peripheral including DMA!MX generates MX_DMA_Init() and MX_DCMI_Init()After DCMI initialization in main with the above mentioned functions I use the functions HAL_DMA_RegisterCallback(&hdma_dcmi, HAL...

MLENG.1 by Associate
  • 1210 Views
  • 3 replies
  • 1 kudos

DMA stops due to ADC Overrun

Hi,I have a problem with the DMA seemingly being shut down due to ADC overrun.What I want to achieve: Three ADC channels should be read indefinitely and the values should be written to memory by DMA as soon as they are ready.What's currently happenin...

RPape.1 by Associate II
  • 1480 Views
  • 8 replies
  • 0 kudos

Stm32mp157a dac dma issue

Hi,We are using Stm32mp157a processor in my custom board.We are trying to work on dac with DMA but it is not working.You can see my configurations below.In cube mx for DAC there is no Dma option.so we added DMA manually with reference Stm32mp1 Uart ...