STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5 SAI DMA

I'm trying to get SAI working with DMA on a NUCLEO-U575ZI-Q but have not been successful.I've tried using both standard request mode and linked-list mode, but the DMA configuration code is never generated.On an older STM32L4 project, the bottom of `H...

0693W00000aHt3cQAC.png 0693W00000aHt3hQAC.png

HAL_UART_Transmit_DMA() only work one time

Posted on October 22, 2017 at 16:13I want to use  ' HAL_UART_Transmit_DMA(); ' to send data in DMA mode like this :    char str_Hello[]='Hello\n';    HAL_UART_Transmit_DMA(&huart1,(unsigned char *)str_Hello,strlen(str_Hello));    HAL_Delay(500);But ...

Resolved! SPI_Receive to USB_Transmit via DMA on STM32H7

Dear all,I try to read out ADC-Data, that is streamed from an external adc (AD7768) out to the uC. What I want to do is to more or less directly stream out the data via USB CDC.Therefore, I planned to use the DMA between the SPI and USB. However, thi...

Bench by Associate III
  • 5203 Views
  • 3 replies
  • 0 kudos

STM32H7 USB DMA CDC does not work properly.

Hi everyone. I have an issue with USB transmission in DMA mode (USB_OTG_HS, internal PHY, FullSpeed 12MBit/s). I am using a Cube generated project for STM32H743IGT6. If I disable DMA - it works fine. But when I enable DMA USB enumerates on PC and all...

HAL (Hard Animal Layer)

I thought I was the only one wondering how to implement DMA, but it seems to be different. I found this post, and found it interesting how the topic was addressed:To be honest, this was not a post I was planning on at first. However, I was working on...

Resolved! How fast is ADC able to work with USB?

Hello, I am trying to send ADC data (12 bit) to pc with USB as fast as possible. Now I am using STM32F405 and configured ADC like picture below. Those data of ADC is transfered to the pc by interrupt of DMA which is cirucular mode. And the data trans...

SShir.2 by Associate II
  • 1808 Views
  • 5 replies
  • 0 kudos
Labels