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

STM32W108 program an infinite loop

Posted on August 22, 2011 at 11:51Hi:      Hello, everyone, I want to ask a question about STM32W108 I according tothe official schematics for the design (in some places has been modified).STM32W108 chip pin is 40, but with RF4CE firmware library, b...

e_zine by Associate
  • 252 Views
  • 2 replies
  • 0 kudos

Why Fast_Read need a Dummy Byte?

Posted on August 23, 2011 at 02:50hi!While reading flash or some other in Fast_Read mode, we have to send a DUMMY Byte in order to receive Results? Why it is required? I'm waiting for your reply...

OTG_HS_FS doesn't work

Posted on August 22, 2011 at 13:37Hello, I'm currently working on a STM32F207IG6. If we use the pins PA9, PA11 and PA12 there isn't any problem. But if we use the pins PB13, PB14 and PB15 configured has GPIO_AF_OTG_HS_FS, the usb doesn't even start ...

USB HID Joystick

Posted on July 27, 2011 at 18:24HelloI want to use some USB examples (especially joystick) from ST (um0424.zip), I can compile it, but I am not sure about evaluation board type.I using http://cgi.ebay.com/STM32F103RBT6-ARM-Cortex-M3-mini-Development...

zexx86 by Associate II
  • 381 Views
  • 2 replies
  • 0 kudos

timer6 strange behaviour

Posted on August 20, 2011 at 10:21Hi I wrote a delay routine using timer6. R2 folds the number of milliseconds to delay. It works fine , however only from the second time on. the first time there is no delay , the program just 'flies' through the co...

Imprecise Bus Faults and Write Buffer

Posted on August 18, 2011 at 15:58Hi All,Is there a way to disable the Write buffer on STM32F103xxx.The Cortex M3 reference manual talks about ''Auxiliary Control Register'' which can be used to disable write buffer. Which will turn all imprecise bu...

phani2 by Associate II
  • 465 Views
  • 4 replies
  • 0 kudos

Is ST tech support on vacation?

Posted on August 18, 2011 at 17:11Does anyone know if ST tech support is away. I had asked them some questions about the STM32F2xx DMA controller, and 2 weeks ago they replied. With a self-contradictory answer (it was kinda funny actually). So I rep...

USART interrupt problem

Posted on August 19, 2011 at 07:52Hi Guys, I'm working on Usart programming in IAR environment. But I got a problem. The USART interrupt handler seemed not to be called. Here's my code:void initUART2(){  USART_InitTypeDef  uart2Init;    USART_ClockI...

Labels