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

STM32H735ZG Flash Memory Operation

I'm developing the STM32H735ZG using IAR EW.I wanted to design sectors 4-7 of the STM32H735ZG's flash memory as a readable/writable data storage area, so I created it by referring to the reference manual, but I can't read or write data properly. I mo...

sasami by Associate II
  • 300 Views
  • 5 replies
  • 6 kudos

Resolved! DMA and PWM input mode/HRTIM output

Hello guys,I have a stm32G474RET board. I am using tim1 in PWM input mode and i want to update on the fly the hrtimA period and compare values using DMA.  This is the code i have written: // Addresses for HRTIM registers (Timer A) destPER = (uint16...

chrkaras by Associate III
  • 605 Views
  • 1 replies
  • 0 kudos

SDMMC FATFS

Hi ST Community,I'm facing an issue with FatFs on SDMMC where f_open() or even f_mount() returns FR_DISK_ERR, even though the SD card is initializing correctly at the HAL level.Here's a summary of the problem and what I’ve verified so far.HAL_SD_Init...

samuel_l_0-1770781136742.png
samuel_l by Associate II
  • 234 Views
  • 2 replies
  • 1 kudos

Resolved! STM32N6 USING SD CARD

Hi everyone, I’m asking for your help with accessing my SD card. I’m running into an issue with the STM32N6DK750 Discovery Kit and would really appreciate some advice. I’m trying to write data to an SD card using FileX and ThreadX. Everything compile...

HMTb by Associate II
  • 532 Views
  • 5 replies
  • 0 kudos

Resolved! DCMI DMA STM32U5

Hi,I'm developing a camera interfacing application. I've used GPDMA in linear-circular mode. But, now I have to handle larger resolution(640x480). Is there any application example from where I can start configuring DMA in CubeMx?