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

HOW to use ART Accelerator in STM32F7xx

Hello,We are trying to make use of the ART accelerator of the STM32F7.As a start we placed only a single part of code in the adress range of 0x00200000.And we enabled the ART accelerator in CubeMx as well as code prefetch.However when we start the co...

andywild2 by Associate III
  • 1206 Views
  • 8 replies
  • 2 kudos

Resolved! No HSE output using MCO1

Hello,I am trying to output the HSE to a GPIO PA8.I want to do it from scratch and have added this code to the HID example from ST. RCC->AHB1ENR |= RCC_AHB1ENR_GPIOAEN; // Enable GPIOA clock GPIOA->MODER &= ~GPIO_MODER_MODE8; // Clear the...

Resolved! STM32L051C8T6 not executing the code properly

I developed a basic code in STM32CubeIDE to test an STM32L051C8T6 microcontroller, aiming to toggle the state of two LEDs connected to the custom-designed board for this chip. However, during debugging, an issue occurs with the execution flow.After i...

Resolved! STM32U575 Temperature Sensor ADC4 calculation

Hi,Currently I am trying to measure MCU junction temperature on the STM32U575 via ADC4 TEMPSENSOR channel (CH13). Upon reading the datasheet and reference manual of the chip, I have some questions regarding this implementation.According to both the d...

phuocly_0-1736237001109.png phuocly_1-1736237082283.png
phuocly by Associate II
  • 1318 Views
  • 6 replies
  • 3 kudos

Resolved! STM32H573 XSPI strange behavior

Dear Forum Members,I'm developing a hardware with a small LCD screen which is using a QSPI interface. I succeeded with an STM32H723 with its OCTOSPI interface through DMA, and I got good results, but I encountered memory mapping problems with the com...

OCTOSPI on STM32U5F9ZJT6Q

Dear,  Can you confirm that OCTOSPI P2 is available only on WLCSP208 and TFBGA216 packages of this series?  I wanted to use both OCTOSPI interfaces in LQFP144, but noticed that there is missing only OCTOSPIM_P2_IO3 line in it, so my conclusion is tha...

Ivica by Associate
  • 578 Views
  • 5 replies
  • 2 kudos

Help with HPDMA + ADC on STM32H7S3L8

I've been trying to get DMA to work on the STM32H7S3L8 with bare metal code. As far as I can tell, I have everything set up correctly(?). I get no DMA error flags. The DMA complete flag is never set and the target buffer remains empty.I have enabled ...

chintal_1-1736421059030.png chintal_0-1736419377359.png
chintal by Associate II
  • 612 Views
  • 2 replies
  • 0 kudos