STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CRC problem

Hello,I am trying to use the CRC module on a STM32G491 (bare metal). But I simply can not get the same CRC as when I calculate it with some online tools.Withhttps://www.lddgo.net/en/encrypt/crcandhttps://www.sunshine2k.de/coding/javascript/crc/crc_js...

machinist by Associate III
  • 505 Views
  • 3 replies
  • 1 kudos

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
  • 691 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! USB PD Part selection

Hello, I'm working with the STM32U575VGT6 as my primary MCU and need a USB-C DRP PD IC. I'm considering the TCPP03-M20 or STUSB1600AQTR. My question is, when the PD operates in sink mode (during charging), we intend to turn off all power supplies, in...