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! STM32F030xx hitting random Hardfaults

Hi guys,I hope you can help me with this one:In approximately 1 out of 100 devices we have some strange behaviour which ultimately boils down to a HardFault Interrupt which triggers a Watchdog Reset.The majority of products in the field does not have...

There is an error when i debug my code in the stm23CubeIDE.

When I go to debug, there is an error saying some source file isnt found (__lib_init) or something like this. I dont remember the name exactly. Then it gives me an option to go to preferences. Also, the debug doesnt run properly, my peripheral regist...

KP.3 by Associate II
  • 576 Views
  • 1 replies
  • 0 kudos

Resolved! Is STM32-product-family dead?

no distributor nor STM's eshop has any STM32-device."Out of stock" or "on allocation".Why shall we waste any further development time on STM32 when there are no chips available?So, is STM32 dead?In my opinion, STM32 is dead.Currently any other experi...

SEam72 by Associate II
  • 2142 Views
  • 5 replies
  • 1 kudos

RM0091 - is FLASH prefetch after reset on or off?

In RM0091, rev.9, 3.5.1 Flash access control register (FLASH_ACR):Reset value: 0x0000 0000[...]Bit 4 PRFTBE: Prefetch buffer enable 0: Prefetch is disabledIn RM0091, rev.9, Prefetch controller  within 3.2.1:After reset, the state of the prefetch buff...

STM32L073RZ Low Power Standby mode

Hi Everyone,I am using stm32l073rz board, used both wakeup pin PWR_CSR_EWUP1 (PA0) and PWR_CSR_EWUP2 (PC13) for generating an interrupt to wakeup from standby mode, and I am enable both pin PWR->CSR |= (PWR_CSR_EWUP1 | PWR_CSR_EWUP2); before go to st...

Myada.1 by Associate II
  • 1375 Views
  • 5 replies
  • 0 kudos

Resolved! GPIO PINS PA1 and PA2 Unexpected behaviour as an DIGITAL PULL DOWN INPUT resulting also in problems when using them as ANALOG INPUT

Good day to everyone on this forumI was working on a code, my borad is a Nucleo-144 STM32F746, At first I was trying to read 12 Analog signals, from 0 to 3V with DMA and the reads were good exept for some channels with noise and a weird offset, I red...

SGonz.1 by Associate
  • 2547 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F0xx Hardfault through PLL misconfiguration?

Hi,we have a strange behaviour which could be resolved by changing clock configuration, but we cannot explain why the errors occured in the first place. Perhaps some of you have any idea why the following happened:random hardfault during runtime afte...