STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G051G6U6 IWDG not refreshing

Hi,I am facing an issue with IWDG in  STM32G051G6U6.HAL_IWDG_Refresh(&hiwdg);  not refreshing IWDG and  the core resets after IWDG overflow time.IWDG overflow is set at 13Sec (varying wrt prescaler) and I am refreshing it at every 1 sec.Counter presc...

Resolved! Simple UART problem STM32H753

Hi,I'm relatively new to the STM32 world and I'm becoming frustrated that I can't make a simple UART work. No DMA, no interrupts just trying to send bytes out of the UART and then receive them. Here is my setup code:      void UART7_Init(void) { GP...

GlennH by Associate III
  • 2503 Views
  • 12 replies
  • 5 kudos

Resolved! STM32H7 ADC calibration, I don't understand

Hi all,I am experimenting with H7 ADC (after having tried the G4 ADC).I see in the HAL that the calibration, HAL_ADCEx_Calibration_Start(), for H7 MCU wants a parameter more than G4. One should specify ADC_CALIB_OFFSET or ADC_CALIB_OFFSET_LINEARITY.I...

linuxfan by Associate II
  • 1146 Views
  • 1 replies
  • 0 kudos

Selecting RTC Internal wakeup line

Hi everyone!I have an u585 related question:Can I configure RTC internal wakeup line other than PWR_WAKEUP_PIN7_HIGH_3 ?In all u5xx examples used this line, but We have an external wakeup source on  PB.15.I can't change it in CubeMX and I can't find ...

ccuebler by Associate II
  • 1227 Views
  • 5 replies
  • 0 kudos

STM32G474 default option bytes configuration

Hello,I've another observation, may be something wrong in board.host controller is sTM32H573 which will update firmware of slave controllers interfaced on SPI one is sTM32G071 and is STM32G474, I'm using nucleo-g474re boardfor sTM32g474 controller sy...

0693W000006FmJtQAK.png 0693W000006FmKNQA0.png 0693W000006FmKhQAK.jpg
AShel.1 by Associate III
  • 2950 Views
  • 3 replies
  • 1 kudos

Resolved! STM32C011F6U6TR Boot Mode Selection Problem

Hello, I will use STM32C011F6U6TR in a project.Since I need to program with USART, I think I need to use the "boot from system memory" mode in BOOT mode, am I right?As written on the datasheet, there are 3 modes. When switching between these modes on...

How to trigger input capture

Hello All,I want to trigger an input capture when another timer overflows. I have both timers set up, but I am missing on how to make the overflow event trigger the input capture of the other timer. The reference manual has been a good help, but I ca...

Banana123 by Associate II
  • 1876 Views
  • 6 replies
  • 4 kudos