STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U5A5 OTG_HS USB Host with DMA not enumerating

Hello,I have been utilizing the OTG_HS peripheral on an STM32U5A5 to act as a USB host. I am using the USBx stack in a non-secure application and initializing the peripheral as follows: VOID USBX_APP_Host_Init(VOID) { MX_USB_HCD_Init(); ux_host...

Namr by Associate
  • 97 Views
  • 0 replies
  • 0 kudos

FATFS f_open issue when text file reaches 64kB

Hi all,I'm using an STM32F413 to write to an uSD card via DMA over SDIO. I'm using the FATFS (R0.12c).  Up until now, I've been writing to the SD card by firstly mounting, opening the file, write, write, write... then closing and unmounting. I'm writ...

evanfahy by Associate
  • 132 Views
  • 1 replies
  • 0 kudos

Resolved! H743 QSPI DMA

Hi All,Probably easy question, I would like to use DMA with QSPI (e.g. HAL_QSPI_Receive_DMA) but STM32CubeIDE/MX (1.16.0) is not giving me any options to configure it.There are no options, my parameter settings are belowQSPI is working fine in Indire...

Screenshot 2024-08-14 153303.png Screenshot 2024-08-14 153209.png
hans86 by Associate II
  • 167 Views
  • 2 replies
  • 0 kudos

STM32C011 SPI with DMA on registers

Hello, I have been prubbing to run SPI transmission using DMA for some time now. So far I am trying to send a variable, but something is not working. Without DMA it works without any problem. Would anyone be able to help?

Implement UART Transmit in DMA mode correct way

I am using stm32f779I eval kit. I am using example UART_HyperTerminal_DMA by en.stm32cubef7.I am trying to implement UART in DMA mode to transmit a simple string.So I have used CubeMX to generate the code and I have configured UART1 TX DMA in normal...

phenom by Associate II
  • 1635 Views
  • 14 replies
  • 0 kudos

Getting stuck at memory address 0x1fff'5064 on boot.

I have a couple dozen of custom boards with STM32G4s on them. These boards are all 'identical' and the software being loaded on them is the same. BOOT0 pin is currently floating so on my initial load I held it to ground and changed the option bytes v...

JVoge.2 by Associate II
  • 1500 Views
  • 7 replies
  • 1 kudos

Resolved! how to use UART with DMA

I am using STM32H7B0VBT6 MCU.i want to transmit data using UART with DMA in normal mode.i am using "HAL_UART_Transmit_DMA(&huart4, &UART4_array[0], UART4_ARRAY_SIZE);"it sends only once , next time it do not work. Where i am doing wrong ? am I using ...

NKann.1 by Associate III
  • 2822 Views
  • 9 replies
  • 5 kudos
Labels