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

STM32F3xx opamp input bias?

Posted on October 13, 2012 at 06:49Input bias current is not listed, so I don't know how to size a resistor divider for use with the STM32F3xx series. Has anybody measured it? Is it hiding in a datasheet I haven't found?Thanks!-Sasha #opamp

what are the EXTI LINE I can use?

Posted on January 06, 2013 at 23:25I wanted to use EXTI4 EXTI5 and EXTI6 with the door GPIOA but I get the an error   ''EXTI5_IRQn'' is undefined  ''EXTI6_IRQn'' is undefinedI have not found the list of lines Exti that I can use! you can tell me whe...

orn by Associate II
  • 886 Views
  • 2 replies
  • 0 kudos

24 ksps on SDADC on STM32F37x

Posted on January 04, 2013 at 10:52 We have aSTM32F37x eval board for testing and I'd like to set up some code that will sample 24kHz 16-bit with the SDADC. According to documentation it should be able to sample 50 ksps if you don't use multiple...

mk by Associate II
  • 698 Views
  • 7 replies
  • 0 kudos

dead gpio pins on 4/100 stm32407 chips

Posted on January 07, 2013 at 11:09i have designed a little pcb which uses a stm32407vet. i have had 100 boards assembled. and 96 of them work great but 4 of them the gpio on 1 pin (different pin each board) is not working) same firmware on each boa...

russdx by Associate II
  • 412 Views
  • 8 replies
  • 0 kudos

STM32F0 quits it's service

Posted on January 07, 2013 at 23:29Hello, strange thing happened. I setup a development environment Linux - gcc - eclipse- openocd st-Link V2  STM32F0 and F4 Dicovery boards. And I started to port a lot of my libs to STM32 Every thing runs fine unt...

jgnoss by Associate III
  • 184 Views
  • 0 replies
  • 0 kudos

STM32F10x_StdPeriph_Lib_V3.5.0 & IAR v6.5

Posted on January 04, 2013 at 18:18HiI'm using STM32F10x_StdPeriph_Lib_V3.5.0 with IAR 6.50 compiler but when I open the workspace in the templade directory and then I build it ,  I found 240 errors look like these :Building configuration: Project -...

stst9187 by Associate II
  • 370 Views
  • 2 replies
  • 0 kudos

Low level PWM problems

Posted on January 05, 2013 at 01:51 I'm trying to implement PWM on TIM4_CH4 with output on PD15 using only low level register writes as I don't much care for all the high level functions provided. However, I tried to convert the functions to the...

Labels