STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

bootloader stm32F4

Posted on February 01, 2012 at 13:30Is There anyoneWho Cangive methe algorithmofabootloaderSTM32F4andhow could Iwrite my own one,I find a lot of  difficulties:( plz help me

meryouma by Associate
  • 319 Views
  • 1 replies
  • 0 kudos

how to use timer _ interrupt

Posted on January 26, 2012 at 17:58i am beginner about programming on  stm32l discovery board.  this is my first time  programming on stm microcontrollers.  I can open led. close led.  i can use lcd on it. but i want to  do that.i have   int i=0;   ...

accounts by Associate II
  • 1150 Views
  • 8 replies
  • 0 kudos

SPI TXE flag interrupt

Posted on January 31, 2012 at 06:01I'm using the SPI TXE interrupt.  My ISR simply checks to see if there is anything more to transmit in the buffer.  If there is, it sends it, moves the buffer pointer, and returns.  If there isn't anything left to ...

shannon2 by Associate II
  • 1291 Views
  • 4 replies
  • 0 kudos

Hard fault with BFAR=4000010 (STM32F2)

Posted on January 31, 2012 at 19:46Hello,I have a hard fault when running my code, and the result of the hard fault is :[Hard Fault Handler] R0  = 4000000 R1  = 1 R2  = 20003fe0 R3  = 40013c00 R12 = 0 LR  = 8014acd PC  = 8019474 PSR = 100022c BFAR= ...

root by Associate II
  • 323 Views
  • 1 replies
  • 0 kudos

USART DMA use with H/W flow control

Posted on January 24, 2012 at 17:15Hi All, I would like to use DMA to service a UART that I am implementing (RX and TX). My project has 2 bi-directional data ports (including the UART) which have different data rates (up to 512kbps). I have to use h...