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

Current Consumption and power budgeting of STM32H7 MCU

I have a question regarding the current consumption of MCU as when i configured peripherals as per my usage and test the current consumption in STM32CubeMX it shows 171mA average current. But in the datasheet the current consumption has different val...

Abhi5_0-1738736622584.png
Abhi5 by Associate
  • 463 Views
  • 3 replies
  • 0 kudos

STM32H7 MCU with 1.8V Supply and FMC with LP-SDRAM

Hello,I am currently in the design phase of a new circuit board. Roughly speaking, it's about connecting an STM32H7 (e.g. STM32H753XI) via FMC to an SDRAM and an FPGA. To save me the level conversion for the FPGA, it would be easiest to supply the AR...

lufri by Associate
  • 494 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H7 U(S)ART Low Level RS485-DE Pin not switching

Hi Folks,I have an issue with the RS485 Driver Enable Pin with the USART6 on an H7A3 (Nucleo).The Perhiperal is set up in CubeMX with "Hardware Flow Control (RS485) enabled.I have developed a driver using the Low Level functions.The Peripheral is set...

CBerg by Senior II
  • 688 Views
  • 6 replies
  • 0 kudos

STM32G071G8U6TR trying to use I2C communication

I'm trying to use the I2C line of an STM32G071G8U6TR to talk with an external device. I've used the STMCube to configure the pins to be I2C with pull ups and high speed which created this Init   static void MX_I2C1_Init(void) { /* USER CODE BEGIN ...

GTann.1 by Associate II
  • 1075 Views
  • 9 replies
  • 3 kudos

GPDMA1 Channel 6 configured in Linked List mode

Hi,I need a clarification about the configuration of GPDMA1 in linked list mode.I configure it using Cube MX v6.13.0, here some screenshots I took about the settings done: When I generate the code, in linked_list.c file I found the function MX_GPDMA1...

SteRogge_0-1738745703752.png SteRogge_3-1738745921947.png SteRogge_1-1738745744405.png SteRogge_2-1738745877421.png
SteRogge by Associate
  • 307 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H533 Longevity

Hi,We've noticed that the STM32H533 micro-controller is not present in Longevity Commitment list.Is there a particular reason for this?  We are planning to use this micro-controller in a number of new products going forward.Best regards,Michael Waite...

Resolved! While(1) Not Executing

I am using STM32 with the following peripherals:TIM7 for frequency generationADC with DMADAC with DMATIM Interrupt (TIM_IT)My setup:Clock: 150 MHzPrescaler (PSC:( 3-1Auto-reload register (ARR:( 13-1128 samples for DAC to generate a 30 kHz signalWhen ...

controller getting restarted

Dear ST Community,I have been working on the firmware which contains the AT commands modem, Winbond flash memory. After some time I have relised the microcontroller is automatically getting restarted/. I had doubt on the hardware then  we have redeve...

Resolved! STM32U585 CLOCK JITTER

Dear Sir.I am using a board equipped with STM32U585 , The main clock is 32.768 khzsee included pic.PA8 is configured to drive LSE 32KHZ using the command__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_HIGH);PA8 is fed to ECG MAX30001.On some boards MAX30001 r...