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

External resistor for my oscillator design

Hi, I have a question about this highlighted text in the AN2867 document refering to the "calculating external resistor" paragraph As I understood the condition to use a Rexternal is "if the power disipated in the crystal is higher than the value spe...

Aldo_Flores_Aguayo_0-1750110581049.png

Resolved! Unexpected results with iterative use of STM32H5 CRC unit

Hi,I am trying to use the STM32H5 CRC unit via HAL to calculate a CRC32 (ISO-HDLC) over multiple chunks.This works correctly via:hcrc.Instance = CRC; hcrc.Init.DefaultPolynomialUse = DEFAULT_POLYNOMIAL_ENABLE; hcrc.Init.DefaultInitValueUse = DEFAULT_...

MFuch.3 by Associate II
  • 126 Views
  • 5 replies
  • 1 kudos

Comparator Settings

I'm confused by the comparator settings. I've tested this a while ago and it was working. I assume it still is. But I am doing some code changes and it seems like its set to the wrong value and I don't understand.For COMP1 on STM32G0 here are the pin...

Carl_G_0-1750644467047.png Carl_G_1-1750644553274.png Carl_G_2-1750644605926.png Carl_G_4-1750644871312.png
Carl_G by Senior II
  • 78 Views
  • 1 replies
  • 0 kudos

SPI Communication with AD5592 ADC/DAC

Hello, I'm attempting to work with the AD5592 ADC/DAC in SPI mode and am unable to confirm communication. I'm attempting to read and write to single registers to determine whether communication takes place since I don't have an oscilloscope or logic ...

Avid_0-1750570514141.png Avid_1-1750570786858.png Avid_2-1750570825761.png Avid_3-1750570852835.png
Avid by Associate III
  • 148 Views
  • 1 replies
  • 0 kudos

Resolved! Can I use OCTOSPI as a Classic SPI?

Hi. I am using STM32H735VG for SPI communication with external ADCs.But I want to add external ADCs and I already used all 5 SPIs.So I will use OCTOSPI, can OCTOSPI play the same role as classic SPI?In menual, OCTOSPI in indirect operating mode works...

giwonKIM by Associate III
  • 1876 Views
  • 6 replies
  • 1 kudos

Confusion about ICACHE errata on the STM32U575

The errata for the STM32U575 series includes the following: We would like to use the first option of the 2 listed workarounds (the one that does NOT require disabling and reenabling the ICACHE).  Does ST have any implementation examples of this worka...

jmitchell_0-1750539528417.png