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

Resolved! SPI 8-Bit frame

Hi, I hope this is the right place to ask. I'm currently working on interfacing an SD Card with a nucleo f767. I used the DS-Bits in CR2 to set the data frame to 8 Bit (what also should be the reset value). Despite that, MOSI always sends the whole d...

LuLeWi by Visitor
  • 59 Views
  • 4 replies
  • 0 kudos

Resolved! I2C of STM32G491 Series MCU

Hi, We are using STM32G491 Series MCU in our application.Can all the three I2C lanes can be used either as a master or slave.Is there any specific pins which supports only as a master or only as a slave. Warm Regards,Mythili B

MB.13 by Associate II
  • 23 Views
  • 1 replies
  • 0 kudos

NUCLEO-G071RB RTC alarm interrupt error

Hi , I 'm using NUCLEO-G071RB to test RTC using LSE 32.768k.I using RTC to generate a second alarm and in the interrupt to toggle the pin output(PC6).But i find a issue if follow below steps the interrupt not enter, and the program goes wrong.1. eras...

Andy77_0-1752799978252.png Andy77_1-1752800054568.png Andy77_2-1752800072718.png Andy77_3-1752800083670.png
Andy77 by Visitor
  • 37 Views
  • 3 replies
  • 0 kudos

STM32H523HEYX flash write issue

STM32H523HEYX Flash Write Issue1.I’m currently working on a project using the STM32H523HEYX.I'm using STM32CubeIDE, and the firmware libraries are up to date.I’m also using STM32 X-CUBE-FREERTOS.I’m trying to write data to Flash memory using the foll...

yb25Kim by Visitor
  • 27 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H743XGH6 PLL1 DIVP1: Is divide by 1 possible?

Is it possible to divide by 1 for DIVP of PLL1?According to RM0433 Rev8, DIVP of PLL1 is capable of dividing by 1.However, I could not set division by 1 in CubeIDE. (It is possible that my setting is incorrect.)

NiM by Associate III
  • 65 Views
  • 3 replies
  • 3 kudos

Single shot timer for peripheral timeout check

Hello,I'm here on H75x. I'm looking for portable way to do a timeout check via timer.Here, I want a timeout IRQ if UART receive DMA hangs up.First I setup a OnePulse timer in Cube. It generates the following code:if (HAL_TIM_Base_Init(&htim6) != HAL_...

regjoe_0-1752772838108.png
regjoe by Senior
  • 65 Views
  • 5 replies
  • 0 kudos

STM32H573 Ethernet MII clocks

Greetings, I am using STM32CubeIDE version 1.18, Running FreeRTOS, and using the HAL library to configure the ETH device.   I have the STM32H573 ETH port configured as MII, and communicating with an external ethernet switch device (also in MII mode)....