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

Incorrect DMA transfer when address isn't aligned.

Hi,We using the HAL_ADC_Start_DMA() function and this function works very fine when the pData pointer is aligned to 4. (data transfer is DMA_PDATAALIGN_WORD)Unaligned data can be happen when the *pData is defined as a structure and the structure is p...

OGhis by Senior
  • 438 Views
  • 0 replies
  • 0 kudos

STM32F429ZI ADC+DMA overrun error

hello.I am testing ADC and DMA functions on my custom board.every conversion set ADC->SR OVR bit.​​ I want to use the ADC + DMA function. I want to trigger the trigger periodically via TIMER.​This is my first time using ADC. So I want to know if it i...

0690X00000ArWljQAF.png
HJung.6 by Associate II
  • 556 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F769 Discovery kit & FATFS

In the frame of testing the STM32F7xx MCU, we test the file management capabilities of the STM32F769 Discovery kit. The configuration of the platform to access the SD card has been built with STM32CubeMX (FreeRTOS + FATFS).The code for the test is th...

TPier by Associate III
  • 782 Views
  • 3 replies
  • 1 kudos

Bug Report in STM32Cube HAL CAN driver.

Hello,Sorry in advance if I should be posting this elsewhere, but I am sure someone will be able to tell me if I am wrong.Working with STM32Cube HAL CAN driver, if found a problem in the latest version of F7 driver, but as all STM32 have same BxCAN c...