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

Program eeprom like

Posted on April 09, 2013 at 15:59Hello everyone...I have a question: I'm programming a application with a lcd-touch and i want to be ableto store a few integers to a area that keeps it's data during power off.Where do i begin, because i just have no...

kenny__84 by Associate II
  • 535 Views
  • 10 replies
  • 0 kudos

When moving to less pins/spec then MCU in dev kit

Posted on April 10, 2013 at 12:34Hey, I would be grateful for some help - first time moving from dev kit to own board. I have a software design based on the stm32 f4 G-Eval kit, developed using the g-eval libraries as the foundation. I am using Keil...

estersci2 by Associate III
  • 180 Views
  • 1 replies
  • 0 kudos

MCU firmware update with USART interface for STM32F100C8

Posted on April 10, 2013 at 08:33I am a new bird for this MCU. My project has two part:(1) Main program: Using the ST MCU (P/N: STM32F100C8) totransfer data in and out witha Bluetooth-module through USART interface and then to Android phone:ST MCU <...

aal by Associate
  • 291 Views
  • 1 replies
  • 0 kudos

MCU firmware update with USART interface for STM32F100C8

Posted on April 10, 2013 at 09:21Iam a new bird for this MCU. My project has two part:(1) Mainprogram: Using the ST MCU (P/N: STM32F100C8) to transfer data in andout withaBluetooth-module through USART interface and then to Androidphone:ST MCU <--> ...

aal by Associate
  • 189 Views
  • 1 replies
  • 0 kudos

Problem DMA interrupt with ADC

Posted on July 13, 2012 at 16:08 Hello everybody, I 'm using the STM32F4 discovery board. I use the ADC in triple mode with DMA. I configure the ADC in scan mode and regular channel. Here is my setup : /***************...

Writing to internal Flash

Posted on April 09, 2013 at 18:26I'm trying to write to the internal flash of a STM32F103ZE. I've been using the following code FLASH_Unlock(); uint32_t Start=0x8008000; uint32_t End =0x800C000; NbrOfPage = (End - Start) / FLASH_PAGE_SIZE;   /* Cle...

gurnett2 by Associate II
  • 216 Views
  • 1 replies
  • 0 kudos

lcd problem in stm32

Posted on April 09, 2013 at 13:16Hi, I'm new in embedded system,I've stm32f100rb and I want to display a string at an lcd named jhd162a 16x2, but when I test it, the lcd always display a black line,I test it with an empty board and it's the same pro...

Labels