STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1569 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 API for Delphi

Hello AllI tried searching all over. Is there a  STM32  API for Delphi program developers. The idea is that I am Delphi programmer who would like to design custom programs to read/write to STM32F4 development boards. STM32Cube IDE is fine for running...

techdesk by Associate III
  • 4047 Views
  • 13 replies
  • 5 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
  • 822 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

stm32 timer doesn't count

hi, i have a problem with my stm32 timer in counter mode, i connected it to a lcd screen, and put a pulse signal in pin PB0, and i wanted to count these pulses and show them on the lcd, but the pulse count is stuck at 0, can you help me with it pleas...

medraouf by Associate II
  • 2337 Views
  • 7 replies
  • 1 kudos