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! HAL SysTick interrupt is not 1ms!

Hi all...I having an issue with HAL SysTick interrupt on STM32F072B mcu:With default configuration (see the image) and an external 8MHz oscillator,if i toggle a pin in the SysTick interrupt, i get a state change every 0.75 ms instead of 1 ms...What i...

MBert by Associate II
  • 1718 Views
  • 5 replies
  • 0 kudos

running multiple application in same flash memory.

i have have loaded two different firmware at different locations of the flash memory(stm32F303) .main program starting address: 0x80000000second program starting address: 0x80020000i have to call second program. main program is running perfectly but ...

How to establish LIN communication between two STM32F MCUs?

I would like to implement LIN communication between two STM32F series MCUs.But so far, I did not find any example code for LIN implementation using STM32F MCU.Can you please share sample code of LIN communication using STM32F which includesInitializa...

SPate.14 by Associate
  • 479 Views
  • 0 replies
  • 0 kudos

Stm32 footprints

Hi ! Do ST released footprints library of chips for example for eagle?​Im trying to make new library device for schematic and pcb. But it would be superb if I could just download it.​Stm32f103c8 lqfp48

oeliks by Senior
  • 536 Views
  • 0 replies
  • 0 kudos

Resolved! I'm specifically using the discovery kit for the STM32F746G - Disco board. I've used STM32CubeMX to generate the configuration with no mods and then the code for atollics Truestudio, keep getting interrupts from TIM6

i can see both in the tool and the source code that the TIM6 timer is not configured. It is in fact the TIM6_DAC_IRQHandler() I keep ending up in.Now it's easy enough to just force it to be disabled but I'm trying to figure out how to disable it in t...