STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H735 problem

The two buttons next to the STM32H735 I bought fell off during the shipping process. Will this have a great impact on the use?

kuxiang by Associate II
  • 254 Views
  • 3 replies
  • 1 kudos

BOR vs PVD Detection Logic

We have seen PVD triggers when there is transient load of 1A added on the 3.3Vdc (loaded additional to our design through electronic load) and it triggers when the transient load dips the 3.3V for duration of ~450 micro seconds.We have seen BOR trigg...

SPati.7 by Associate III
  • 137 Views
  • 2 replies
  • 0 kudos

What is exactly a peripheral reset on STM32H7

Hello,It's not clear for me what a peripheral reset (registers RCC_xxxRSTR) is doing. I didn't find the details in the reference manual. I assume it resets the internal state machine of the periph, its FIFOs, but for example does it also reset its co...

Gpeti by Senior II
  • 300 Views
  • 5 replies
  • 0 kudos

Resolved! Why pinrst is configured after sftrst

If you run it with the reset pin, you can use the "__HAL_RCC_GET_FLAG()" functionYou can see that "RCC_FLAG_PINRST" is set.However, when executed with "HAL_NVIC_SystemReset()", "RCC_FLAG_SFTRST" and "RCC_FLAG_PINRST" are set.My expectation is that on...

Labels