STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to set interrupt handler on STM32?

How do you call an interrupt hanlder as a result of an interrupt (like systick) in the STM32F4xx library? Do you have to change the value in the vector table to point to the handler manually or how is this handled?

Lucaz by Associate
  • 514 Views
  • 4 replies
  • 1 kudos

Resolved! Writing to Backup SRAM on STM32H7S78-DK

I am trying to use the backup SRAM but get a hard fault when writing to the memory. I have unlocked the backup domain, enabled the backup regulator, and enabled the clock. What other step am I missing?   // unlock backup domain HAL_PWR_EnableBkUpAcce...

mbrossett by Associate III
  • 563 Views
  • 6 replies
  • 1 kudos

STM32 peripheral for logical operations

Hi,I'm currently using the STM32G474RET6 controller for my application which makes use of the CORDIC coprocessor. I'd like to perform logical operations (say comparison checks) on the results from the CORDIC coprocessor using an external peripheral, ...

jman08 by Associate
  • 515 Views
  • 5 replies
  • 3 kudos

I cant download anyrhing from ST website

When i try to download STM32CubeMx from ST website nothing happens.https://www.st.com/en/development-tools/stm32cubemx.htmlI press "Get latest", than i log in my ST account, press "Get latest" again and nothing happens. I have no proxy on my  compute...

IvanEZZ by Associate
  • 273 Views
  • 1 replies
  • 2 kudos

Resolved! Nucleo F746ZG PC13 User Button Triggering Interrupt on Init

I have a Nucleo 144-pin F746ZG and I want to configure the user button (PC13, pulled to ground according to MB1137 schematic) to toggle an onboard LED on a falling edge via EXTI interrupt.I am using this sequence to initialize the interrupt handling:...

PC13_UserButton.png
JS5 by Associate
  • 474 Views
  • 3 replies
  • 1 kudos

Resolved! I2C Issue between two H7 Dev Boards

Hi, I've been trying to get an i2c connection working between two nucleo boards however nothing i have tried has worked. i am using the NUCLEO-H755ZI-Q and the NUCLEO-H723ZG both with i2c1 and on the same pins pb8(scl) and pb9(sba). for the H755 dual...

voxe_0-1727421627953.png voxe_1-1727421824098.png voxe_2-1727421838542.png
voxe by Associate II
  • 541 Views
  • 4 replies
  • 4 kudos

Firmaware demo for STM32H73LI-DK

Hello, Hello,I purchased an STM32h7b3LI-DK demo board and I would like to have the source codeof the demo firmware installed on the board, is this possible?Best regardsSébastien     

PSEBA.1 by Associate II
  • 243 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN not working with STM32U5F7

I'm using a custom board with an STM32U5F7. Written a program(with nothing else configured other than clock and FDCAN) that simply sends out a message via FDCAN (in classis mode, 500kbps) which I'm hoping to receive using a P-CAN. When probing the TX...

Hareesh_S by Associate III
  • 1897 Views
  • 21 replies
  • 0 kudos