STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 546 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...

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
  • 681 Views
  • 2 replies
  • 0 kudos

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
  • 1061 Views
  • 4 replies
  • 0 kudos

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...

STM32F103C8 USART3 problems

Posted on August 17, 2011 at 04:27Hello there, i am having problems setting up USART3 on my STM32f103c8t6 chip. there seems to be nothing wrong with the code, but the tx pin does not seem to be functioning at all.I have tried my code on a STM32f103r...

Help, How to set Read protection in STM32F207

Posted on August 18, 2011 at 07:34use API set the RDP to Level_2 : if ((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) != (uint8_t)OB_RDP_Level_2))  {   FLASH_OB_Unlock();   FLASH_OB_RDPConfig(OB_RDP_Level_2);   FLASH_OB_Lock(); } and read value from OP...

jun_01 by Associate
  • 548 Views
  • 2 replies
  • 0 kudos