STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STPM10: Reactive and Total Harmonic Distortion

Posted on March 23, 2016 at 20:34Hi, first of all I'm sorry for the offtopic, but there is no smart meter IC section on the entire forum, which is odd.I've a functional prototype of a Smart Meter running on a STM32-F0/STPM10 platform. Before enterin...

Bug in STM32Cube for STM32F417

Posted on February 27, 2014 at 21:56Hi, If you set the PLL speed of the micro to 160MHz (PLL_M=25, PLL_N=320, PLL_P=2) then the generated software correctly contains the line in SystemClock_Config():   HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_L...

Unable to program when in stop mode

Posted on March 22, 2016 at 18:41I'm unable to program a STM32 using the STLink2 when the micro has firmware running that puts it into stop mode.I've played with the reset sequence settings in Keil but none of them solve my problem.Does anyone know ...

bluscape by Associate III
  • 707 Views
  • 3 replies
  • 0 kudos

STM32F4 Dual ADC Reg Sim Mode with DMA

Posted on March 21, 2016 at 18:02 Hello, I want to read ADC1 CH0 and ADC2 CH1 in dual regular simultaneous mode and buffer it in DMA. I want to send the ADC values via UART to my PC and read them from the COM Port. When I start the program n...

LTDC is DMA?

Posted on March 23, 2016 at 08:27Hi ,Can any one tell me,Whether LTDC is DMA or not?LTDC is basically working as blocking or non blocking?By Tamilselvan

Confused by STM32L4 datasheet max SPI clock frequencies

Posted on March 22, 2016 at 20:10I'd like to use an STM32L4 in a project where I am interfacing with a 1-MSPS, 16-bit SPI ADC (LTC2378-16).  Obviously the SPI clock has to be > 16 MHz to run this at full speed.  However, for best performance the clo...

mhaun by Associate II
  • 1012 Views
  • 2 replies
  • 0 kudos

sdio dma--emmc

Posted on March 21, 2016 at 10:13Hi i am using f4 and it works with the polling method. But it doesnot work on DMA.. i am getting SDIO_IT_RXOVERR error. Can anyone  help me ?

arunease by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

32F429IDISCOVERY

Posted on March 22, 2016 at 18:20Does this kit require a BDM to program the  STM32F429ZIT6.  Or does it work through the USB? I am new to ST products and what kind of tools do I need to use to program the device.

STM32F103ZE, debugging imprecise bus fault

Posted on March 17, 2016 at 13:43Hi,I am still debugging a bus fault for almost 4 months.I read about DISDEFWBUF flag from ACTLR, then, i check the register window. what I have there is ACR register which contains DISDEFWBUF bit.I tried to set that ...