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! 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
  • 131 Views
  • 5 replies
  • 1 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
  • 159 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
  • 1891 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

USB Device CDC ACM

Hello,I am working on USB device CDC ACM for STM32N655L0. I found an example about "Ux_Device_CDC_ACM" for NUCLEO-N657X0-Q. Can I use this example for my mcu? How can I find ioc configuration of this example?I also tried to implement this example to ...

BKaya_0-1750430697260.png
B.Kaya by Associate II
  • 115 Views
  • 3 replies
  • 0 kudos