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

I get stuck in an interrupt after calling SPI transmit.

Hi!I have STM32F373VBTx and I have set pin PD3 as EXTI3 where PD3 call this function when the PD3 gets a falling edge. PD3 is labeled as TS_IRQ in STM32CubeIDE 1.6.1/* Callbacks for external interrupt */ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)...

DMårt by Lead
  • 402 Views
  • 0 replies
  • 0 kudos

I have no idea which framework to use. You have too many. Which one will meet my requirements? (listed in details)

I want to code in C++, at least std=C++14, preferably C++17 or better.I do not want any drag and drop stuff. Nothing.I do not want to be forced to use code generators.I want a framework that other people actually use and write code for.I want a frame...

Hthe .1 by Associate II
  • 1286 Views
  • 7 replies
  • 0 kudos

STM32F446RE - RTC Wake Up from Standby Mode

Hi everybody, I have some problems related to wake up procedure from Standby Mode using RTC Alarm Interrupt. When the Alarm time is reached, I have a continuous autonomous wake up from Standby Mode. Could you please help me? Here is the code I provid...

VGiai.1 by Associate
  • 1205 Views
  • 1 replies
  • 1 kudos

dual core data share

HI I'm working on STM32H745. I'm tiring to understand share data with 2 cores. Can you please post a program ?

TWalp.1 by Associate II
  • 589 Views
  • 2 replies
  • 0 kudos

TIM1_BKIN Behavior When Fault is Detected

Please I want to Know how TIM1_BKIN for example in STM32F103C8T6, behavior when it detects fault and when the Fault disappears? What is the approximate Time it may take to turn off the TIM1 PWMs Channels ant when the fault disappears, does it delay ...