STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Host MTP/PTP to digital camera

Hello, I'm testing the STM3240G-eval with the USB host MTP. The goal is to retrieve the photo from a canon EOS 100.The camera uses PTP protocol.As the demonstration  code read .wav file, I wrote a wav file to the root of the SD card. The digital came...

PCu1 by Senior
  • 2886 Views
  • 7 replies
  • 0 kudos

Getting TXUNDERR while writing data to eMMC

Hello -> We are using a custom board with STM32H745 controller and 8GB eMMC communicated with sdmmc. -> getting SDMMC_FLAG_TXUNDERR bit after writing 64 bytes to eMMC. But i am giving 1k buffer array to write. -> eMMC initialization, reading logic bl...

Resolved! Nucleo-f401RE frequency measuring using timer

Hello, I am trying to create a simple frequency measuring device using 1 optical encoder and NUCLEO-F401RE board. I want to capture frequency (or period) of impulse, so I was thinking to use input capture mode and capture rising edge of impulses and ...

DSimp.1 by Associate III
  • 1777 Views
  • 2 replies
  • 0 kudos

Is there a way to do deadtime compensation

Dear all,I'm new to this forum, so apologies if I post this in the wrong category. I'm trying to find a way to implement a deadtime compensation mechanism using a STM32G4. I have a 3-level 3-phase VSI. The switching frequency is 50kHz, the deadtime i...

Not able to enable TIM4 interrupt in NUCLEO-F756ZG

Trying out a simple timer w/ interruptI am using the below code to enable interrupt However during debug when ever I go to NVIC_SetVector(....)orTIM4->CR1 |= TIM_CR1_CEN; ;//-> CEN=1;//Start Timer4 I get an error'Break at address "0x80009b0" with no ...

JJAYAR by Associate II
  • 956 Views
  • 2 replies
  • 0 kudos

Resolved! Connecting eMMC to SDMMC1 on the STM32H7

Hi.I am using SDMMC1-eMMC(16GB), SDMMC2-SD Card connected on a custom board.Both eMMCs and SD-Cards use FatFS as their file system.Both work fine when used alone.However, if you use f_open or f_write on FatFS on eMMC, you sometimes get an error and t...

DMA.png NVIC.png SDMMC1_SET.png SDMMC2_SET.png