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

Moving average filter calculation using RTC time domain

HI ,I am using STM32L151RCT6 MCU and creating the project using STM32Cube IDE..My requirement is like- need to calculate the average of some samples in particular time period that is 12 sec timing using RTC- ( it is like Moving average filter calcu...

MBhir.11 by Associate III
  • 432 Views
  • 0 replies
  • 0 kudos

VREF and VDDA powerup secuence

Hi all,I want to use an external reference voltage on the Vref pin but this is a problem because the powerup of the main Vdda regulator is different of the reference voltage regulator (one starts before the other), in the worst case one can give 3.3V...

Problem Using Jump_To_Application() in app programming (IAP)

Hello there.I'm using a stm32F417VGT6 to perform an IAP in Keil IDE.in the bootloader, using the Bin file on a SD card, I read executed Binary program and write it on flash memory. then i use  Jump_To_Application() to start the new app. Everything wo...

Seyed by Associate III
  • 649 Views
  • 2 replies
  • 0 kudos

STM32F7 SPI TxFIFO problem

Hi!I have a SPI master that communicates in the following way:CS is setStart sending data in the following format - 2 bytes of "request"2 bytes of crc for the "request"x bytes to clock out the response from the slaveCS is releasedOn the slave side (S...

Does anyone has experiment project to erase and write to Parallel flash . We connected 16 Mega Bytes Parallel FLASH Chip and we are Using FMC interface on STM32H745XI .

Does anyone has experiment project to erase and write to Parallel flash .We connected 16 Mega Bytes Parallel FLASH Chip and we are Using FMC interface on STM32H745XI . Following driver is being used but I could not find and example project to write t...