STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART4 Rx

Posted on September 10, 2012 at 04:03Hello every1, few days ago i had a problem with uart tx and nw i have solved that problem. so my tx is working fine now. my rx is working too but very slow and gets junk values. below is my code. int main(void) {...

vivek2 by Associate II
  • 660 Views
  • 4 replies
  • 0 kudos

Unwanted breakpoint after hardfault

Posted on September 10, 2012 at 14:29Greetings,I'm trying to test a hard fault handler, but are having some problems with executing it.I generate the hard fault the following way:MOVS r0, &sharp1 LDM r0,{r1-r2} BX LRThe problem is that the code brea...

th2 by Associate
  • 241 Views
  • 0 replies
  • 0 kudos

ST-Link not working after sysclk is lowered

Posted on September 10, 2012 at 09:40Hi, I am having an issue with ST-LinkV2 on a STM32L-discovery board not communicating with the IAR debugger after the system clock is lowered. In my code, I started off with the sysclk at 4.194Mhz (using the MSI)...

songgee by Associate
  • 253 Views
  • 0 replies
  • 0 kudos

how to update TIM_Period when timer i running

Posted on September 09, 2012 at 21:55Hi I need to be able to update the Period for a timer (TIM3) I though it was simple, but no.I have tried :else if(TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET){ ledTimeBaseStructure.TIM_Period = newValue; TIM_Ti...

spa23 by Associate III
  • 242 Views
  • 1 replies
  • 0 kudos

STM32F103 Download Hex File Using Command Line

Posted on September 07, 2012 at 09:12Hello,I want to download hex file to STM32F103 using STMFlashLoader.exe. But I haven't been successul yet. Do you have sample command with work STM32F103? It's very useful for me to understand command line.Thank ...

-

Posted on September 07, 2012 at 23:25This post doubled.. #-