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

To correct PTP register bit-description (stm32f767xx.h)

in  file stm32f767xx.h  /* Bit definition for Ethernet PTP Time Stamp Status Register */#define ETH_PTPTSSR_TSTTR_Pos (5U) #define ETH_PTPTSSR_TSSO_Pos (4U) need replace to  /* Bit definition for Ethernet PTP Time Stamp Status Register */#define ETH_...

ptptssr.jpg
vv22 by Associate
  • 237 Views
  • 1 replies
  • 0 kudos

OSPI in Quad SPI Mode Configuration

Hi Everyone, I have W25Q256JV and STM32L562CEU6 with 38 Pin Package and have OSPI (Single SPI, Dual SPI and Quad SPI option only). Below is my Clock Settings, OSPI (Quad SPI) with Quad Lines Settings and Error Status during Write Enable and main.c fi...

1.PNG 2.PNG 3.PNG

Resolved! STM32H7 with 32bit bus SDRAM GPIO assignment

Hi,Can I connect a 32bit bus SDRAM to STM32H7 and assign the FMC IOs as I wish or should I stick with the Alternate functions of the GPIOs?Specifically:  can I map 32 GPIOs to STM32H7 models with 144 LQFP package where the GPIO for D31, D30 etc.... (...

nadavb_1-1746460942702.png
nadavb by Associate
  • 279 Views
  • 1 replies
  • 1 kudos

SD Card over SPI

Hi I have an SD card working on a Nucleo-F439 board, but I can’t get it to work on the Nucleo-H729. I'm using the code from https://deepbluembedded.com/stm32-sd-card-spi-fatfs-tutorial-examples/, but I receive no response on the SPI interface during ...

MFäh.1 by Associate II
  • 327 Views
  • 2 replies
  • 0 kudos

SPI+GPDMA Configuration

 Besides, I don't know whether this configuration of MX is correct. /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_GPDMA1_Init(); MX_SPI2_Init(); MX_ICACHE_Init(); MX_I2C1_Init(); MX_RTC_Init(); /* USER CODE BEGIN 2 */ ...

OrionJ_0-1746351004149.png OrionJ_1-1746351030780.png
OrionJ by Associate II
  • 293 Views
  • 1 replies
  • 0 kudos

What is the speed of SRAM in STM32H7?

The STM32H743 datasheet section 3.3.2 states that the TCM memories are zero wait state, implying that they run at the core speed of up to 480MHz.  It does not make any claim about the rest of the SRAM.  Figure 2 in the datasheet shows all the AXI and...

TomCV by Associate
  • 440 Views
  • 1 replies
  • 0 kudos