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

Resolved! STM32G070 Startup file

I created a Keil project for STM32G070 without using Cube. It compiles but the link fails with error L6236E which seems to indicate there is no startup file. Can anyone send me a file that will work? In case it matters, the board that I am using is a...

DRobe.4 by Senior
  • 1312 Views
  • 3 replies
  • 0 kudos

Resolved! Why is ADC + DMA not triggered?

Hi! I'm using STM32 F301C8T for my LLC converter project. I have two MOSFETs switching at variable frequencies ranging from 80kHz to 400 kHz. Due to significant noise caused by switching, I need to time the output voltage measurement between the swit...

_legacyfs_online_stmicro_images_0693W00000bj8zZQAQ.png _legacyfs_online_stmicro_images_0693W00000bj8zeQAA.png _legacyfs_online_stmicro_images_0693W00000bj8zyQAA.png
PJano.1 by Associate II
  • 1720 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H743ZIT6 random startup problems when D-Cache enabled

Hello,I am about to improve the execution speed of an existing code base on a NUCLEO-H743ZI2 board.So far, I have the following memory setup:Instruction Memory:ITCM for time-critical functionsFLASH (+ I-Cache) for remaining instructionsData Memory:AX...

_legacyfs_online_stmicro_images_0693W00000bjNzKQAU.png
DWeng.1 by Associate II
  • 1888 Views
  • 6 replies
  • 0 kudos

Resolved! switch from stm32f407 to H753 PWM period halved

Hi,i had a programm running on the stm32f407 and PWM output via Tim2 The timer is configured with clock 84MHz and PWM Counter Period 5040 which gives me a period time of 60us. The timer is clocked via APB1. this works finenow i use an h753 with the ...

_legacyfs_online_stmicro_images_0693W00000bjT3gQAE.png _legacyfs_online_stmicro_images_0693W00000bjT45QAE.png
Jnevi.1 by Senior
  • 803 Views
  • 2 replies
  • 0 kudos

Resolved! Input capture interrupts not fired on STM32F401

Hello,I have configured a CUBE IDE project to match a Nucleo-F401RE board to measure the system clock pulses (at 84MHz) between to consecutive rising edges of an external signal applied to pin PA3 (which is Timer2 Channel4 input).The Input Capture in...