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
  • 1150 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
  • 1240 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...