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

STM32F446RE bare metal TIM6 configuration for delay

Hello everyone,I am fairly new to embedded so bear with me. I am trying to understand bare metal programming.So basically I managed to turn on the LED on soldiered on the board (PA5) but now am trying to create a delay using basic timer TIM6. My issu...

STMnoob by Visitor
  • 0 Views
  • 0 replies
  • 0 kudos

STM32H7 consumes excessive current in custom board

Hi everyone!  I designed the board shown in the attached picture. It’s built around an STM32H745 microcontroller, along with crystal oscillators, a DAC, an EEPROM, and an NE555 that generates a reset signal when a button is pressed long enough.  Afte...

Screenshot from 2025-08-20 21-28-14.png RDT_20250820_1813023149851891707715935.jpg.png RDT_20250820_1813138112429209238513684.jpg.png
Rawcode by Visitor
  • 50 Views
  • 2 replies
  • 1 kudos

IOC not generating pin setup for gpio output

My colleague is working with the stm32h743.Initially PC7 was setup as a PWM output.  That worked fine.When he changed the pin to GPIO_output, no code was produced to set up the pin.By manually entering code, we could get the pin to be configured as w...

issue of ThreadX and FDCAN function

Hello @D.Botelho @mƎALLEm I had an issue of ThreadX and FDCAN transmit as below.I use the stm32g474 and config a threadx and fdcan with stm32cubemx, so far it works well.but when i add some fdcan transmit code, it comes strangely.the code as belowvoi...

dqsh06 by Associate III
  • 48 Views
  • 1 replies
  • 0 kudos

FDCAN not working on STM32H503CBT6

Hi, I'm trying to communicate two microcontrollers (STM32H503CBT6 and a NUCLEO-H503RB) via FDCAN but the STM32H503CBT6 is not sending any messages.Both have the same configuration, but the NUCLEO-H503RB can send (I have checked it with an oscilloscop...

AUJVV by Visitor
  • 54 Views
  • 1 replies
  • 0 kudos

Resolved! Very bad performances on the stm32N657

Dear all,I am facing very poor performance with the STM32N657.I have some benchmarks that manipulate arrays of data in different ways.I ran these benchmarks onNucleo_H753 @ 480 MHz, with caches ONNucleo_N657 @ 600 MHz, with caches ONFor the STM32N657...

stm32l452 timer interrupt and can tle9255w

Hello, I am starting a timer interrupt to send data over can data at 50 ms below is the configuration for the same and callback function when pulse is complete  volatile uint8_t send_ch0_flag = 0;volatile uint8_t send_chx_flag = 0;volatile uint8_t se...

yashg25 by Associate II
  • 29 Views
  • 0 replies
  • 0 kudos

Does STM32U385 Support Micro Trace Buffer(MTB)?

Hi,I’m using an STM32U385 (Cortex-M33) and trying to enable the Micro Trace Buffer (MTB) using ARM’s MTB-M33 register addresses (0xE0043000 base).No matter what I try, the EN bit in MTB_MASTER never sets.Does the STM32U385 have the MTB component?Than...