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

Changing the pin connections on the STM32F407VET6

Hi.I have Uart pins (Rx/Tx) PA3 and PA2 on STM32F407VET6. Can these pins be changed to I2C (SDA SCL) in the program?Are the pins on STM32 that have been assigned a protocol (SPI/I2C/Uart) constant and cannot be changed or replaced?Thank you.

No_Name by Associate III
  • 3 Views
  • 0 replies
  • 0 kudos

How to Initialize STM32C011J6

Hi There,So, I got some of the STM32C011J6 MCUs for my simple project of reading sensors data and generating an interrupt.But I am in a dilemma, that the MCU's has I2C Pins, SWD Pins for programming, GPIO pins to act as interrupt but how to initializ...

Sourabh15_0-1765965467811.png

STM32C071 NUCLEO Start USB DFU Bootloader

Hi,how do I start the USB DFU Bootloader with a STM32C071 Nucleo? I tried it while putting Boot0 to high and pressing reset or do a power cycle but the STM32 DFU does not show up in the device manager. I connected USB to the NUCLEO extra USB port of ...

- How to determine DFU parameters to exit DFU Mode

MCU: STM32F767ZI-NUCLEOSTM32CubeIDE Version 1.19.0Hello Everyone!We are trying to make the MCU enter DFU mode through firmware (without connecting BOOT0 and VDD). DFU mode works well, but we do not know how to determine USBD_DFU_APP_DEFAULT_ADD and U...

LeonSu_1-1764032909082.png LeonSu_3-1764033269647.png LeonSu_4-1764035207193.png
LeonSu by Associate II
  • 150 Views
  • 2 replies
  • 0 kudos

STM32F407 Option Byte 0xFF, bricked chip

Hi fellows,I have a custom board with STM32F407VGT6. The board was able to be programmed via the JTAG (4 wire JTAG interface; Boot pin is pulled low to ground and reset is connected to the JTAG interface (Nrset pin)) with a segger programmer - multip...

LPTIMER Counter for Delay in STOP2 mode not working

Hello,I have application which go to STOP2 mode once no LPUART/Modbus communication (Running at 32Khz LSI clock) is in progress.Using lptimer for silence timeout logic for UART data frame completion. The code sometimes cause delay during modbus commu...

npatil15 by Associate III
  • 18 Views
  • 0 replies
  • 0 kudos

Resolved! DMA to SPI triggered by Timer STM32H723

Hi All,I am trying to send data to SPI1 via DMA1 Stream 0, using a timer to trigger DMA.Currently, I have used TIM4 Channel2 and Enabled DMA Update with DIER register (UDE bit).DMAMUX1 Channel 0 Request is set to 32.So far, this part seems to work: I...

thomas23 by Associate II
  • 1267 Views
  • 3 replies
  • 2 kudos

STM32F051 Internal comparator configuration

Hi,I am trying to configure the internal cooperators in the STM32F051 micro-controller, but in the .ioc file I am able to configure only one Comparator. I require three comparators for my application. Is it possible to configure multiple comparators ...