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

STM32F427 TIM7 One-Shot - Incorrect duration first time use

This is a sanity check question.I use TIM7 is one-shot mode - used to detect if a process is stuck.The very first time the timer is used - the one-shot duration is not close to what is expected -- it's about .2usec in duration.Every use after the fir...

Joe.H by Senior
  • 330 Views
  • 0 replies
  • 0 kudos

No Interrupts at all reveived on STM32F413

Hey guysI'm currently wondering why i'm not reveiving any interrupts at all on my STM32F413I used cube mx to create a new project.For starters I'd like to send some data via UART with an interupt transfer.uint8_t dummy[4] = { 0 }; volatile HAL_Status...

JHeni by Associate II
  • 434 Views
  • 0 replies
  • 0 kudos

how can I reduce the ADC interrupt entering time?

The project is using MCU stm32f103C8T6 for controlling. Here we use the peripheral ADC for current sampling, and we need the time from the interrupt happening to the interrupt executing less than 2us. But the codes following spending about 6us. How...

X-cube sbsfu with atollic truestudio

Hi guys,I’m new with x-cube sbsfu package and I have some troubles with running the example on stm32l476. I saw the stm manual for getting started etc but it didn’t work for me. Can anyone explain how to import properly project into workspace in Atol...

BWawr by Associate II
  • 448 Views
  • 1 replies
  • 2 kudos

What are the requirements for RAM ECC on the STM32H7?

According to what documentation I can find, ECC is supported in the caches, the TCMs, the system SRAMs, and the Flash.​For caches, the situation is simple: caches must be invalidated before being enabled (whether or not ECC is present), and the Corte...

CHead by Associate III
  • 1276 Views
  • 0 replies
  • 1 kudos