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

help srf04 stm32f407

Posted on December 10, 2016 at 11:23hi allwhile (1) { int time; int i=0; GPIO_SetBits(GPIOA,GPIO_Pin_1); //delay_us(10); Delay(240); //Delay01ms(100); GPIO_ResetBits(GPIOA,GPIO_Pin_1); while(GPIO_ReadInputDataBit(GPIOA,GPIO_Pin_0)==0); while(GPIO_Re...

Debugging STM32F042 in Keil

Posted on April 11, 2016 at 23:05I have a problem with loading into debugger in Keil for STM32F042(Run to main() is off)- normal start for example from STM32F0xx_StdPeriph_Lib_V1.5.0\Projects\STM32F0xx_StdPeriph_Examplesfor STM32F030http://i.piccy.i...

SDRAM Writing Problem

Posted on December 06, 2016 at 16:48Hi, I have a custom hardware dev board which includes an SDRAM (MT48LC4M16A2), NAND Flash and a STM32F429. The schematic for this board is identical to other commercial dev boards that have the same memory configu...

Resolved! STM32F4 Standby Mode greater than 36 hours

Posted on December 09, 2016 at 13:01Hi!I want to put my STM32F4 in StandBy mode for more then 36 hours.At the moment I use the RTC wakeup interrupt but the maximum time is 0x1FFFF seconds (36 hours).Is this possible to set a greater value?regards Ma...

doebber2 by Associate II
  • 290 Views
  • 1 replies
  • 0 kudos

Cube USB Library

Posted on April 08, 2015 at 22:00Hi,I have a STM32F4-Discovery board and I am trying to detect a memory stick using the USB library generated by CubeMX (Mass Storage Class).The USB process state machine have the following states:/* Following states ...

lucas23 by Associate II
  • 265 Views
  • 1 replies
  • 0 kudos
Labels