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

OPAMP1 in STM32L151 how to turn on ?

Posted on January 17, 2013 at 06:15Hello  everybody !How to turn on OPAMP1 in STM32L151 ?Under debug (I use Keil + Ulink)   I see the content of OPAMP_CSR register.  All bits are 0 after the reset of the processor.  But according to datasheet, after...

BASIC LCD

Posted on January 17, 2013 at 09:46Hi Guys, I am A week old from using STM32 VL and STM32F4Discovery and olimex stm32-sk, I am trying to run and LCD example comming from an olimex stm32-sk board for LCD example and it worked,o i tried to run the sam...

xtian by Associate II
  • 219 Views
  • 0 replies
  • 0 kudos

HID Keyboard example ported to GCC?

Posted on January 13, 2013 at 21:52Hi guys, I have been looking for an HID keyboard example for the GCC compiler. I love this STM32 microconroller so far due to the ability of having configurable endpoints. I have the Olimex STM32-H103 board. Would ...

Arithmetic on STM32F4xx

Posted on January 16, 2013 at 16:24Hi All! I have some issue, when I make an arithmetic operations using my STM32F4 Discovery.simple example:float a = 3.2, b = 2.5, c = 0;c= a +b; When I run this code, I get Hard Fault Exception.What possible reason...

FLast.18 by Associate II
  • 559 Views
  • 4 replies
  • 0 kudos

spi serial flash

Posted on January 14, 2013 at 18:00The original post was too long to process during our migration. Please click on the attachment to read the original post.

TIM2 update event INT Generation

Posted on January 16, 2013 at 17:18Ok, I'm trying to get a consistent 100 msec interrupt out of Timer2 to drive an external device in steps (but not using PWM).  According to the manual, I have the regs set  right: ARR, prescaler, all loaded properl...

eaverill by Associate II
  • 337 Views
  • 2 replies
  • 0 kudos

STM32F4 discovery (LQFP100 )

Posted on January 16, 2013 at 11:33The original post was too long to process during our migration. Please click on the attachment to read the original post.

artas110 by Associate
  • 265 Views
  • 2 replies
  • 0 kudos

Ways to speed up writing to program flash

Posted on November 20, 2012 at 23:33MCU is an STM32L MD part. My application calls for optical-based software updates (don't ask if I can change it), and I'm at the process of writing that part of the software. I've been benchmarking how long it tak...

shotaro by Associate II
  • 2111 Views
  • 13 replies
  • 0 kudos

Running a particular function from RAM

Posted on January 15, 2013 at 20:21Hi, As discussed in [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Ways%20to%20speed%20up%20writing%20to%20program%20flash&Fold...

High Speed Offload?

Posted on January 14, 2013 at 14:30I've been working with several sensors connected to the STM32F4-Discovery board using interfaces such as SPI and I2C at rather high data rates.  Well...maybe not that high of data rates, but fast enough where USART...

Labels