STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32G4xx HAL Driver V1.2.5 Issue with DMAMUX

Hello ST,I would like to report a bug in the <stm32g4xx_hal_dma.c> file (V1.2.5). In the function DMA_CalcDMAMUXChannelBaseAndMask(DMA_HandleTypeDef *hdma), there's an error in calculating hdma->DMAmuxChannelStatusMask. For DMA2 channels, the channel...

Penguins by Associate
  • 273 Views
  • 2 replies
  • 0 kudos

DMA Circular mode misalignment

Hi everyone!I'm trying to figure out what's wrong with my SPI Peripheral continous transmitting/receiving via DMA in Circular Mode. I think I have coded a pretty basic "Hello, World" for working with DMA, I've just generated code from .ioc file and t...

g_timp by Associate
  • 394 Views
  • 24 replies
  • 2 kudos

2nd Camera for NUCLEO-N657X0-Q

Hello!I have NUCLEO-N657X0-Q development kit and two camera modules: B-CAMS-IMX and B-CAMS-OMV.According to the chip documentation, it is possible to connect two cameras by using CSI-2 as the primary interface and DCMI as the auxiliary interface. How...

avburmel by Associate III
  • 77 Views
  • 2 replies
  • 0 kudos

SPI Receive - pulse in MOSI line

The above image represents logic analyzer output when HAL_SPI_Receive_DMA is executed. My doubt is regarding the single high pulse at MOSI line. During HAL_SPI_Transmit_DMA , no issues. Is this normal behaviour? STM as Full duplex master, i have disc...

sreyas40_0-1763725623576.png