STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 539 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
  • 459 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...

Resolved! STM32H750 Cache ECC

Hi,I am trying to trigger a cache ECC error. I referenced AN5342 and this post but Ive had no luck. Please find my code snippet below:I disable the ECC, invalidate and enable the cache and re-enable the ECC.I check the IEBR and DEBR registers along w...

QUADSPI_BK1_IO3 issue in STM32G474 and STM32H753

Hello.I am testing QSPI indirect mode using STM32G474 and STM32H753.However, I found a weird operation of QUADSPI_BK1_IO3 pin.Other pins are OK, but QUADSPI_BK1_IO3 is high states as in the redboxes.It should be low states (0).I have tested in STM32G...

junggun_1-1720156873124.png junggun_2-1720157273932.png
junggun by Associate
  • 573 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H562 bootaloder

Hello,does STM32H562 have the system rom bootloader?I cannot find it AN2606, however its datasheet does mention the system bootloader.Thank you

tommz9 by Associate
  • 931 Views
  • 5 replies
  • 1 kudos

volatile const

I need to declare a 'volatile const', meaning that the value is placed in FLASH and that it is re-read every time it is referenced (as the FLASH is written to elsewhere), but am finding it very difficult to accomplish this as the compiler either plac...

Ddu P by Associate III
  • 1167 Views
  • 6 replies
  • 0 kudos