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

Resolved! STM32H753ZIT Revisions

Good Morning,We're looking at using an STM32H753ZIT MCU on a project, but we need to know the freely available revision due to the bootloader differences across revisions, or at least how to tell which revision version we'll be ordering (should we or...

Resolved! STM32L031K6T6 can't connect to st-link

Hi.I got a new (never used) STM32L031K6T6 chip. Put it on a breakout board. Add a 0.1uF and a reset switch.I am powering the chip through the st-link.Tried it with BOOT0 High & LOW. did not work.What I found weird too is that the REST pin is always L...

samiceng by Associate
  • 394 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 I2C - both lines continuously held LOW

Hi, for my diploma project I made a DSP guitar effects pedal - designed a custom PCB and everything. On it I have an STM32F405RGT7 and a TLV320AIC33IRGZT audio codec. The codec is set up using I2C. The problem occurs when I try to communicate with it...

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
  • 647 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
  • 924 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...