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

STM32 I2C sniffer

Posted on September 25, 2012 at 16:23How to use stm32f100 to make I2C sniffer using inter-integrated circuit (I2C) interface? I've read all data sheet but don't find answer. Is there I2C mode selection used only for read data from i2c bus , the 'Sla...

Interrupt handling scheme

Posted on September 24, 2012 at 19:07I've spent some time with the stm32 manual, but there is always very crucial details omitted.  I've been using a st10 and thinking of upgrading.  The ST10 handled interrupts in a peculiar way I think.  It had two...

drobison by Associate II
  • 411 Views
  • 3 replies
  • 0 kudos

Thank You Clive1

Posted on September 23, 2012 at 01:53Thank You Clive1I change my Clock to timer1 and right now i'm in 168Mhz clock but something steel wrong.when i measure pulse with 26.7 us width, the counter count it 4443 and it's doesn't make sense. Is Stm32's P...

imanpakii by Associate III
  • 197 Views
  • 2 replies
  • 0 kudos

IAP PROGRAMMING USING USART

Posted on September 24, 2012 at 16:57i am using stm 32f4discovery board. i want to use iap programming using usart. I follow an3965 instructions. but my user code does not execute. that stored in 0x8004000. how i can execute this code. can any one h...

STM32 OHCI driver

Posted on September 23, 2012 at 06:32Hi,I'm looking for STM32 OHCI driver. The STM32 USB library is good, but it is not a standard of coding stype, so difficult to expand more applications.I'd like ohci-stm32.c will appear in the Linux kernel driver...

STM32F0 USART1 not work

Posted on September 22, 2012 at 18:43Hi, I have STM32F0 Discovery, I need send a char example 'A' in USART1 that use PA9 to TX. The configuration are:     /* Enable GPIO clock */   RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE);   //PA9 ,PA10   ...

Labels