STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Possible shortcoming in HAL SD library

Been trying to get an test application working on a STM32F469NIH Discovery board.Should be fairly simple - Write a file to the SD Card, with FatFS, the read back:Try as I might, I couldn't get things working.After a bit of debugging, I think the issu...

MClar.3 by Associate II
  • 553 Views
  • 3 replies
  • 0 kudos

sTM32H7 USB HS DMA didnt work

Good day!I am using stm32h7 with USB3300. For firm use CUBE MX 5.6.1. USB HS CDC VPC class USB with USB DMA Disable - everything works.As soon as I turn on USB DMA Enable, the device is no longer detected by the PC enumerating failed. Please tell me ...

VIvan.1 by Associate II
  • 455 Views
  • 5 replies
  • 0 kudos

I'm getting HAL_I2C_STATE_BUSY_RX

Hello,I have developed a code in FreeRTOS mode that contains two main tasks. The first one check if I have received an RX buffer on the I2C bus, and the second one manage the data that has been received.However, after receiving the first buffer, I am...

_legacyfs_online_stmicro_images_0693W00000bkVdiQAE.png _legacyfs_online_stmicro_images_0693W00000bkVdJQAU.png _legacyfs_online_stmicro_images_0693W00000bkVd4QAE.png
Mabou.1 by Associate II
  • 1512 Views
  • 15 replies
  • 0 kudos

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
  • 4916 Views
  • 3 replies
  • 0 kudos