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! Unsolicited interrupts when temperature rises around 60°C

Hello,I am using a STM32L476RCT which should work up to 85°C.I am receiving unsolicited interrupts when I put my board in an environment at 60°C.I only use usart1 and a few GPIO interrupts, which are working fine. But when the temperature rises, the ...

gmaeng by Associate II
  • 356 Views
  • 7 replies
  • 5 kudos

I did not get desired response while flashing GPIO demo

I am currently working on the STM32H7S78-DK board & after building GPIO demo present Example code from git repository of that STM32 provided, while flashing binary from the STM32 programmer I faced issue it is mentioned belowWhen code is flashed from...

amar_1_0-1753364633108.png
amar_1 by Associate
  • 158 Views
  • 1 replies
  • 0 kudos

STM32F413RGT6 uart HW bootloader V9.0

Hello, we use STM32F413RGT6 as slave board communicate through rs485 bus. In application, we drive rts by emulated gpio. We use for update of the board HW uart bootloader. Due to weakness of the HW bootloader we face some problems during update on ha...

krizp_0-1753712579042.png
krizp by Associate
  • 225 Views
  • 0 replies
  • 0 kudos

MCU with in-built GPIO input qualification

Hi all,I'm trying to find out if any STM32 MCUs support hardware input qualification on GPIOs, similar to what's available on TI C2000 MCUs.On the C2000 series, GPIOs can be configured for input qualification using a sampling window—typically 3 or 6 ...

ak52_0-1753689522481.png ak52_1-1753689568215.png
ak52 by Associate III
  • 225 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H563: No TRACECK present

Hi, I have configured my STM32H563AI CubeMX-project to use "JTAG with Trace  Synchro(4bits)" and assigned the corresponding pins. Also, I explicitly activated the corresponding registers in DBGMCU and DCB by adding: SET_BIT(DBGMCU->CR, DBGMCU_CR_TRA...

B1sh0p by Associate II
  • 318 Views
  • 3 replies
  • 2 kudos

Resolved! STM32N657xx Timer Clock(s)

I am confused about which clock(s) drive the timers.  In the reference manual is says the APB clock drives the timers but there are 5 APB clocks.  Also, in STM32CubeMX there is a "Timer Group Clocks".  What clocks drive which timers or is the one dri...