STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H747IGT6 stuck

Hello.I have designed my own STM32H747IGT6 board.And I created a simple project with STM32CubeIDE to confirm its operation.In this project, CM7 is a program that simply blinks the LED in a while loop. (CM4 is just code generation)  while (1) { ...

Resolved! STM32G0 pin interrupt configuration from code not working

I'm using  STM32G030F6 chip.  Try configure on pin PA8 external interrupt. When it make in UI "PInout & Configuration" tab it works as expected. But I want configure it from code. Here example: Added to main.h pin naming  #define FC_ON_Pin GPIO_PIN_8...

Bigdan by Associate III
  • 320 Views
  • 2 replies
  • 1 kudos

GPIO configured as Input on STM32H563VGT6 does not work

Hey everyone,I have an odd problem with a STM32H563VGT6.I have configured several GPIO as inputs with no pull-up/ no pull-down. The pins are wired to an external 10k pull-down and a DIP-Switch which is directly connected to +3V3. (screenshot below).W...

DIP_Schematic.JPG
SRond by Associate III
  • 1798 Views
  • 14 replies
  • 12 kudos

Resolved! Getting started with a NUCLEO-H755ZI-Q board

I got a NUCLEO-H755ZI-Q board and downloaded all the docs and software (en.stm32cubeh7-v1-12-0.zip).When I go to C:\STM32Cube_FW_H7_V1.12.0\Projects\NUCLEO-H755ZI-Q, there’s just a read.me file that says: “All projects available under Projects\NUCLEO...

SoCalJim by Associate III
  • 336 Views
  • 1 replies
  • 0 kudos