STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Variable rolling to 255

I have STM32G070RBT6, a timer is set to give interrupt every 1 second, in interrupt i am incrementing a variable timer_var1 then in main file while loop i am dividing this by 10 and assigning this value to another variable TIMER_NOW. Now when timer_v...

snip1.png snip2.png
psain.1 by Associate III
  • 1534 Views
  • 11 replies
  • 3 kudos

Resolved! STM32F1 canbus problem zephyr

Hello everybody,I try to get canbus communication on the blue pill+ under zephyr to work. I use the canopennode sample. I got the following overlay: / { model = "STM32 Minimum Development Board (Blue)"; compatible = "stm32_min_dev_blu...

eiten by Associate II
  • 702 Views
  • 5 replies
  • 1 kudos

Resolved! STM32L152RET6 bootloader via huart3

Is it possible to use UART3 as the bootloader interface on this chip?I’m able to communicate with UART3 (so the hardware connection seems fine), but I’m unsure about the baud rate—does the bootloader autodetect it, or is it fixed? The bootloader work...

mt1 by Associate II
  • 448 Views
  • 3 replies
  • 0 kudos

STM32F4 - FFT for 32768 input buffer

Posted on October 16, 2014 at 14:31Hi everybody!I'm going to use STM32f429 with external SDRAM (IS42S16400J 64MBit) in my project. I'm trying to make FFT for 32768 input buffer, my function calculate it in about 250ms.Functions in CMSIS LIB do it mu...

Resolved! RM0360 and stm32f030xc.h TIM7 IRQ discrepancy

I am designing a board based around the STM32F030RC, and noticed an apparent discrepancy on IRQ18 between materials.STM32CubeMX allows both TIM6 and TIM7 to generate interrupts, and the stm32f030xc.h file it generates defines TIM6 as IRQ17 and TIM7 a...

STMCubeMXpng.png Table 31. Vector Table.png
Haruki by Associate
  • 381 Views
  • 2 replies
  • 1 kudos

STM32 + eth phy with ieee1588

hi everyone,Does stm32 have any ptp integration manual? For example, I would like to use a DP83640 with an integrated ieee1588. And this phy contains PTP/SFD interrupt pins. Are there any pins in stm32h7 family or stm32f7 family for this interrupt? O...

STM32L432 SLEEP MODE AND WAKE UP through RTC

I am developing a application for Battery based 4G GATEWAY so most of the time I want my micro-controller in sleep mode.I am using Standby Mode as I require least power consumption.The requirement I need is I want to wake micro-controller at specific...