STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F030C6 wih external oscillator (HSE)

I am trying to understand how to setup the microcontroller (STM32F030 in this case) to use external oscillator. I am using blinking LED as a test to see if the code is running. To setup the HSE I did following:selected Crystal/Ceramic Resonator in Hi...

BJerk.1 by Associate II
  • 497 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H743 IWDG continuously reset MCU

Strange behavior of STM32H743. It continuously reset every few seconds.I check reset reason with this part of code after system startup:if (__HAL_RCC_GET_FLAG(RCC_FLAG_IWDG1RST)) { _PRINTF("RESET_CAUSE_INDEPENDENT_WATCHDOG_RESET\n"); } else...

STM32F769NI: UARTs do not connect in bootloader mode

Hi,I am asking for some sound technical help on the STM32F769NI BootloaderI am using an STM32F769NI MCU and wish to update the firmware using STs' Bootloader mode via the UART.I am running into problems that none of the UARTs on Pins PA9/PA10, PB10/P...

gps by Associate II
  • 648 Views
  • 4 replies
  • 0 kudos

ADC digital reading

Hello,I'm using the NUCLEO-F722ZE EVB.Page 155 of the datasheet describes the ADCs characteristics: https://www.st.com/resource/en/datasheet/stm32f722ze.pdfFrom the NUCLEO-F722ZE schematics I see that VDDA as well as VREF+ are 3.3V. VREF- is zero vol...

skon.1 by Senior
  • 493 Views
  • 3 replies
  • 0 kudos

Are the USART*_TX pins configured as push-pull outputs when in system memory mode from the beginning or only after selection of the USART interface (0x7F received)?

Hi,AN2606 (STM32 microcontroller system memory boot mode) states e.g. for the STM32F301, that in system memory boot mode both USART_TX pins (USART1_TX & USART2_TX) are used as outputs. Is the TX pins really configured as outputs as soon as the system...