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! IBIS model STM32H5

I'm using STM32H573IIK6TR and I download its IBIS simulation model from st.com [stm32h562_563_573_ufbga201.ibs]There are a lot of pin model, but i cannot understand what is the correlaction between the datasheet and ibis model. For example: I'm using...

Resolved! sdmmc STM32U5 FatFs 4 bits exFat not working

Hello,I'm trying to set up a micro sd on a nucleo-u575ZI through the sddmc1 with a port of FatFs.I am using a PmodMicroSD all wired up for 4 bits and the card detect on a GPIO.I am testing 3 sd card 16GB, 32GB and 64GB.I have confirmed that all 3 are...

broilmont by Associate II
  • 3345 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7 + LAN8742: both ETH leds blink every 2 seconds

Hello, I am working with a STM32H743 with RTOS and LWIP, using LAN8742 as PHY. I have developed a custom board with this setup and it has been working very well.Now, after almost an year, the new production lot does not work anymore: when the firmwar...

ValerioF by Associate II
  • 3164 Views
  • 5 replies
  • 0 kudos

STM32F4 Bootloader Version

HelloWe have Custom Board Build Around STM32F4 Micro Controller in one of the Micro Controller Boot-loader Version is 0x91 Available to do Flashing and All but in Other Board Boot-loader Version is 0xFF and Not Available to do Flash, Anybody Know Abo...

AGond.2 by Associate III
  • 1477 Views
  • 1 replies
  • 1 kudos

Resolved! Using both I2S and SDIO

I want to play audio on STM32F4 Discovery board. Audio is stored in SD card which connected by SDIO. On discovery board, I see below connections.I2S3_SCK -- PC10 -- (SCLK) CS43L22I2S3_SD -- PC12  -- (SDIN) CS43L22but PC10 & PC12 are also connected to...

Nico3 by Senior
  • 1774 Views
  • 4 replies
  • 0 kudos

High-speed external (HSE) clock via external 25MHz Abracon crystal. What is a suitable value for the external resistor (Rext.) ?

HelloI'm using Abracon 25MHz( ABM11W) crystal for HSE clock on STM32H750.CL1 and CL2 are set to 12pF after some calculations. And it works on the prototype.Question is regarding the resistor do reduce/control driving level to this crystal. I have bee...

BHell.1 by Associate II
  • 1166 Views
  • 1 replies
  • 0 kudos

USB Virtual Com to send/receive message

I have enabled USB Device FS and successfully use it as a virtual com port.I now need to determine the best way to send messages from master to slave over this port, and how I will handle potentially corrupted data, timeouts, and how enabling CRC wil...

LMorr.3 by Senior II
  • 2033 Views
  • 6 replies
  • 2 kudos

Resolved! NUCLEO-F756ZG SPI1 issue

Dear ST,I try to use SPI1 in full-duplex slave mode with hardware NSS and interrupts.Interrupts work fine, the only problem is that data is all 0After connecting the logic analyzer I noticed that the CS and SCK signals are ok but the MOSI and MISO ar...

AHape.1 by Associate II
  • 2432 Views
  • 7 replies
  • 3 kudos

Resolved! I2S and DMA HAL problem (DMA trigger only once) STM32H7

Hello,I'm trying to use the I2S transceiver on a STM32H7.I did a first simple experiment using the HAL function: HAL_I2S_Receive_DMAI use a basic loop in the main:while (1){  if (i2s_bsy == 0) {    i2s_bsy = 1;    i2s_status = HAL_I2S_Receive_DMA(&hi...

mkhairy by Associate II
  • 1841 Views
  • 3 replies
  • 0 kudos