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

STM32F427ZIT6 lead time and availability issues

I have a product line using an STM32F427ZIT6 MCU which has been in production for several years. Suddenly it seems to be unavailable. Both Mouser and Digikey have zero stock and cannot even quote a lead time. Our production will be halted very soon. ...

krubow by Associate II
  • 1024 Views
  • 2 replies
  • 0 kudos

RNG clock error on NUCLEO-L4A6ZG

I am trying to use the RNG on the STM32L4A6ZG but every time I enable the RNG clock RNG_CR |= RNGEN the RNG_SR shows CEIS and CECS.The AHB bus is at 80MHz and RNG_CLK is at 48MHz. I've tested with configuring the RNG_CLK to come from either the HSI48...

JKo by Associate III
  • 945 Views
  • 2 replies
  • 1 kudos
JG by Associate III
  • 626 Views
  • 0 replies
  • 0 kudos

MQTT "Connection Refused: Unacceptable Protocol Version"!

Hi, I'm trying to implement MQTT using LWIP and got such a mistake. MQTT_CONNECT RETURN -1. Publish Err: -11 According to this link https://www.vtscada.com/help/Content/D_Tags/D_MQTT_ErrMsg.htmI have "Connection Refused: Unacceptable Protocol Version...

DK.7 by Senior
  • 1755 Views
  • 0 replies
  • 0 kudos

Resolved! ST-MCU-FINDER-PC v4.0 does not install on MacOS M1

The SetupSTMCUFinder-4.0.0-RC3 file can be clicked, and it seems like my OS tries to open / run it, but ultimately nothing happens. I remember having a similar issue with another piece of stm software, and remember running some command in the termina...

Resolved! Is it possible to implement a peripheral on-the-fly?

Hi everyone,I am using a STM32G474VETx chip and I have an issue with two peripherals being in conflict.I need to use the OPAMP1 input pin (PA1) for current sensing purposes. The OPAMP1 mode required is "PGA not connected" which automatically configur...