STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to change system clock during run time?

Hello, for decreasing the power coonsumption I want to change HSI to LSI. This is the HSI clock configurations for 72 Mhz:void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; RCC_P...

GunkutA by Senior
  • 1900 Views
  • 4 replies
  • 0 kudos

the screen refreshes twice when touching the screen

hello ST community,I'm wondering why when I'm touching the screen (interruption) the screen refresh twice and when I do this with a push button (interruption too) it refreshes only once. is there an explanation for that (I want that the display refre...

idrissmc by Associate III
  • 367 Views
  • 0 replies
  • 0 kudos

NMI and Hardfault interrupt issue

Softwares Details:µVision IDE : version 5.31.0.0STM32CubeMx : version 5.4.0Hardware Details:Mcu: STM32G030K6T6Programmer : STLink-V3MiniWork Description:I configured 3 pins of mcu as external interrupts triggering on both rising and falling edges fro...

usama.s by Associate
  • 1973 Views
  • 1 replies
  • 0 kudos

understanding the I2C peripheral on STM32L412

I want to use the I2C peripheral on my STM32L412C8T6, although I read the reference manual I'm still finding the operation of this peripheral a little confusing. I have a 4 channel I2C 12bit DAC to operate, so I want the I2C to act as a master transm...

deep_rune by Associate III
  • 788 Views
  • 6 replies
  • 0 kudos

STMh734 GPIO as parallel bits interface

HiI would like to use the GPIOs on the STMh743 as a parallel bit bus for A2D sampling through an external A2D device. The sampling resolution could be low as 4bits thus 4 pins could be used for data. The sampling rate should be 100Mhz so it will take...

deckhard by Associate III
  • 592 Views
  • 3 replies
  • 0 kudos

Resolved! NUCLEO L432KC. How to print on TeraTerm using printf function?

Hi! My name is Vincenzo.I'm studying the board L432KC and I can't understand why using the HAL_UART_Transmit function I can transmit data on the terminal, while using the printf function nothing appears. Is there any preliminary operation to do? Than...

VNava by Associate III
  • 1132 Views
  • 3 replies
  • 0 kudos