STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 1095 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
  • 2083 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
  • 549 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
  • 1083 Views
  • 7 replies
  • 1 kudos

STM32C031C6T6 Multi channel ADC not working

Hello All, I am working on a raw STM32C031C6T6 directly soldered on a breakout board and trying to make a multi channel interrupt based ADC working but the problem i am facing is all the adc's are giving me the same values even after setting the sepa...

IMG-20240302-WA0000.jpg IMG-20240302-WA0001.jpg IMG-20240302-WA0002.jpg
RChou.1 by Associate III
  • 1264 Views
  • 8 replies
  • 0 kudos

Why RGB888 displays as black and white only

I followed the example in article AN4861 where STM explains how to setup RGB565all is working fine but when I switch to RGB888 I get only white and blackI use the image converter LCD-Image-Converter-20161012 tool explained in the article   the previe...

pic4.png pic1.png pic2.png pic3.png
MNapi by Senior III
  • 566 Views
  • 5 replies
  • 0 kudos

stm32h735 FDCAN not working

/* USER CODE BEGIN Header */ /* USER CODE END Header */   #include "main.h" FDCAN_HandleTypeDef hfdcan1;   /* USER CODE BEGIN PV */ /* USER CODE END PV */   /* Private function prototypes -----------------------------------------------*/ void Syste...

sid1401w by Associate
  • 739 Views
  • 2 replies
  • 0 kudos
Labels