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

STM32H7: SPI problem with SPI_RXDR

I am using the STM32H725RE (68-pin package).My goal is to have full duplex SPI communication with a 16 bit shift register using the stm32h7 as the SPI master (with no dma controller).I am using the SPI3 with the following pin (12MHz)PA15 (SPI3_nCS), ...

Fabian3_1-1738063907629.png
Fabian3 by Associate
  • 871 Views
  • 3 replies
  • 0 kudos

I2C with repeated start.

I have seen the question asked many times, references made but the question never gets answered with precision.  So, once again...I want to use HAL_I2C_Master_Seq_Transmit_IT along with receive to read an I2C device register.1. START SLAVEADDRESSWR (...

peripherals power consumption of stm32u585 in stop mode

Hello, In the MCU datasheet, there is a table on page 200: Table 72. Typical dynamic current consumption of peripherals.What is the meaning of the current writing in the peripherals on stop modes, since in this mode, all clocks in the core domain are...

amit3 by Associate
  • 121 Views
  • 1 replies
  • 0 kudos

Resolved! HAL_ADC_Start_DMA caused main loop to become blocked?

Hi, I am configuring the ADC in single-channel continuous conversion mode using DMA. However, once I call HAL_ADC_Start_DMA(&hadc, &AD_RES, 1), the main loop stops executing, and the HAL_ADC_ConvCpltCallback() function is not triggered.I noticed that...

Resolved! OCTOSPI signal integrity issue on STM32H723 vs STM32H725

Hello everyone,This is my first post on the ST Community forum.I recently moved from a custom 6-layer board using STM32H725IGKB to a simpler 4-layer board using STM32H723ZGT6. Both designs use an external OCTOSPI memory, with 50 ohm controlled-impeda...

Jonshill by Associate II
  • 119 Views
  • 3 replies
  • 0 kudos

Resolved! Minimum hardware requirements for STM32F765

Can anyone tell me or direct me to a source that shows the minimum connections needed to power up and serially program a STM32F765ZGT6? (144 pin package.) I will be attaching the chip to a breakout board and will be using a St-Link Minie3.  Any help ...

USBPD EPR Request

Hi! I'm working on a Power Delivery Sink using an STM32G484RETx MCU. I managed to get SPR Power Delivery working without any issues, but I'm having trouble handling the EPR handshake.I'm using the latest USB-PD library from ST's GitHub:https://github...

epr.jpg epr2.jpg
KamilB by Associate II
  • 471 Views
  • 7 replies
  • 0 kudos