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

MD5

Posted on July 10, 2014 at 11:16Hi all, I am currently using stm32 discovery board. I am new in this field so I need some help. 1. Can some one tell me that is it possible to read whole sector(s) of Flash memory at once, and how it can be done? 2. W...

engr2 by Associate
  • 229 Views
  • 1 replies
  • 0 kudos

IMAGE_SetPNG is not defined in STemWin library

Posted on July 18, 2014 at 21:18Hi, I'm getting the following build error, it appears ''IMAGE_SetPNG'' is not defined in STemWin library. Building configuration: Project - STM324x9I_EVAL_MB1046 Updating build tree... kohler_windowDLG.c  Linking ...

russell2 by Associate
  • 226 Views
  • 1 replies
  • 0 kudos

How to restart DMA in the fastest way?

Posted on June 18, 2014 at 08:49 Dear Community! I'm using DMA to transfer the ADC1 results (100 consecutive data) to some incremented memory address. DMA is in Normal mode (not circular), it is transfering 100 data, repeatedly over time....

kolcantas by Associate II
  • 1547 Views
  • 3 replies
  • 0 kudos

ADC - EOC flag, DMA, overall conversion time

Posted on July 23, 2014 at 11:42Dear all,I have several questions regarding ADCs in STM32 (more specifically, I use STM32F407ZG). Let me explain you how I use them:1) I have 3 ADCs that are triggered by the same timer (TIM4), and that are used in sc...

marko2 by Associate II
  • 658 Views
  • 1 replies
  • 0 kudos

STM32F429 and Flash loader demo

Posted on August 06, 2014 at 11:53Hi, I want to program the STM32F429 with the flash loader demo, but there is no .stmap file for it! Is there an official file or has someone created it yet? Any help appreciated. Thanks, Chris.

chris_st by Associate
  • 223 Views
  • 0 replies
  • 0 kudos

RTC Time/Date register not reset in first attempt

Posted on August 06, 2014 at 09:15Hi, I am trying to reset the Time and Date (TR/DR) registers in STM32F2xx using a logic as below: reset_func() { // Disable write protection // Enter init mode RTC->TR = 0;    // Reset TR // Exit init mode // Wait f...

cabhinav by Associate
  • 152 Views
  • 0 replies
  • 0 kudos

STM32F4, SPI with DMA: strange behaviour

Posted on August 05, 2014 at 10:31 Hello , I have successfully implemented a quick and dirty communication between the STM32F407 and an external ADC ADS1278 via the SPI, using DMA. Everything seems to work fine until the moment I try to ...

kostadin by Associate II
  • 288 Views
  • 2 replies
  • 1 kudos
Labels