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

In STM32F0x1, for internal temperature sensor sampling time must be greater than 4 uSec that means at 48 MHz only one option Sampling time 239.5 ADC clock cycles.

STM32F0x1 do not support different sampling time for different channel, what should be the configuration if i want to sample other external ADC signal with high sampling frequency with Sampling time 1.5 ADC clock cycle.

DTriv by Associate
  • 703 Views
  • 1 replies
  • 0 kudos

STM32L4 support eMMC

Posted on June 13, 2018 at 15:57How to make my STM32L4 to support eMMC device ? I run the code cube_FW_L4_V1.12.0 on my board then it failed on the cmd55 at SD_PowerON stage.The eMMC chip is the 'KingSton  eMMC04G-M627 eMMC' 4GB. Any idea . Thanks 

fema by Associate III
  • 2706 Views
  • 11 replies
  • 0 kudos

Resolved! STM32F4 CRC32 algorithm headache

I am developing a serial comms protocol between two STM32F407s.I am using the hardware CRC module to generate checksums for some of the data.I am also writing a test script in python to aid development.All has gone well until now.Now I need my test s...

AT38 by Associate III
  • 6743 Views
  • 8 replies
  • 1 kudos

Is it possible to use this external SDRAM to store program variables instead of using MCU onboard RAM using the Flexible memory controller (FMC)?

Hi.I am using the STM32746G Discovery Board and running the STemWin which uses the external SDRAM [Part No.: MT48LC4M32B2B5-6A, Manufacturer: MICRON] to buffer the LCD rendering. Is it possible to use this external SDRAM to store program variables in...