STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Core comunication using STM32H7

Hello, What is the best way to communicate between cores? I am working on a project in which I need to read data using one core and process this data using a second core. I am working with a STM32H745. The idea is that the M4 core is going to be used...

Replace RTC Crystal with RTC Oscillator ?

We are working on a custom board based on STM32L476RGT6, and we are facing 32.768Khz crystal startup issue. Board stucks at the startup in following piece of code : HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK) and it fails while waiting for RCC_L...

MAhme.4 by Associate II
  • 776 Views
  • 1 replies
  • 0 kudos

Weird PWM Timer3 master and PWM Timer1 slave behaviour

Hello, I have a timer 3 master and timer 1 slave. When a button is pressed, master is activated as long as button is pressed, and then slave is triggered based on master's output signal (high / low) (gated slave control)(This is a continuation of my...

0693W00000BcAQEQA3.png 0693W00000BcAQiQAN.png 0693W00000BcAHIQA3.png 0693W00000BcAO4QAN.png
Xxoyo.1 by Associate III
  • 684 Views
  • 4 replies
  • 0 kudos

STM32F746GDISCOVERY, PWR_PVD, STM32CubeIDE

I want to make an interrupt when power > 2.0V. STM32CubeIDE generated:/** * @brief NVIC Configuration. * @retval None */ static void MX_NVIC_Init(void) { /* PVD_IRQn interrupt configuration */ HAL_NVIC_SetPriority(PVD_IRQn, 8, 0); HAL_NVI...