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

STM32L011K4T6 SPI CLK Problems

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...

0693W000000WGR2QAO.png 0693W000000WGQxQAO.png 0693W000000WGQsQAO.png 0693W000000WGQnQAO.png
RSchu.1 by Associate II
  • 811 Views
  • 3 replies
  • 0 kudos

HAL function to generate an I2C software reset on the bus

I sometimes have a problem during debugging, that after reset the Eeprom connected to I2C bus does not respond any more.I assume that the reason might be that I reset my system during a running I2C communication - leaving the bus in an indeterminate ...

BHoff by Associate II
  • 2610 Views
  • 1 replies
  • 1 kudos

Resolved! stm32f030cc clock exception

platform: stm32f030ccSDK: STM32F0xx_StdPeriph_Driver (V1.5.0)Startup file: startup_stm32f030xc.sClock configuration: Since the HSE external pins are made as ordinary GPIO ports, HSI is used as the system clock source. The configuration is as follows...

0693W000000W2lSQAS.bmp
Lyu.1 by Senior
  • 1848 Views
  • 10 replies
  • 0 kudos

Resolved! STM32H7,STM32H743 ADC with DMA

Posted on October 11, 2017 at 15:09In summer 2017, I started an project with the STM32F767 on the Nucleo board, because the H743 was still announced but not available. For some weeks I got the new Nucleo board of the STM32H743. After I transferred t...

Bug: RM0383 Reference manual

In RM0383 Reference manual on page 215 - Section: Continuous conversion mode.There is "SWSTRT bit" but shoul be "SWSTART bit".This is very important bit :-).

JSzem.1 by Associate II
  • 788 Views
  • 3 replies
  • 1 kudos

ST, please unify the family graphics

On the individual families webpages, there's a clickable image-map, as a table of subfamilies together with their most prominent features.Recently, these underwent a facelift. Unfortunately, in some of them, the subfamilies are ordered top-to-bottom ...

0693W000000VZCsQAO.jpg 0693W000000VZEZQA4.jpg

Will my H743 chip handle 2 x 24 MHz, driven by 2 x SDI?

I have a Nucleo H743ZI2. I have been reading "Mastering STM32" by Carmine Noviello, and on page 188 (last paragraph) he says that the maximum IO toggle rate is 10 MHz on the STM32F446. He gives oscilloscope traces, but I can't see the frequency, beca...

MEwen.1 by Associate II
  • 2309 Views
  • 10 replies
  • 0 kudos

STM32F769 Disco DFSDM with DMA Maximum Transfer Length

Hello,Currently I am working on STM32F769 DISCO board with STM32CubeIDE, my aim is to transfer DFSDM conversion results to FMC RAM using DMA. I am able successfully transfer data and verify it. However, when my total conversion length goes above a li...