STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Does Keil UV4 provide step-by-step debug mode?

Posted on August 31, 2012 at 05:51Does Keil UV4 provide step-by-step debug mode? If so, how to activate it? By ''step-by-step'' I mean execute my codes line by line, and I get to observe various registers and ports etc. However the ''run'' button ex...

Accurate hardware independent Dealy function

Posted on August 30, 2012 at 07:36Hi,I need an accurate hardware independent Dealy function for stm32l152rbt6 controller, the delay should be completely relay on the software. #silly-silly-silly-questions #!rocketscience #sloppy-thinking #hardwar...

Syncing PWM/Timer's on STM32f205rb

Posted on August 30, 2012 at 20:28Hi Please help me with synching 4 timersI need 4 PWM from 4 different timers to sync it's output so that i get this result: ________________ ________________ _| |____________| |___________ TIM9_CH1 ________________...

mb2 by Associate II
  • 764 Views
  • 2 replies
  • 0 kudos

stm32 programmer

Posted on August 25, 2012 at 17:16hi , i want to build a stm32 jtag programmer . i find lpt  jtag circuit  . but i can't find software. why this forum-> *bad interface *not friendly interface #credit-where-it's-due #lmgtfy #no-such-thing-as-a-fr...

jbl_raw by Associate II
  • 1323 Views
  • 12 replies
  • 0 kudos

SPI interrupt documentation

Posted on August 30, 2012 at 13:56Hi,Could someone please point me to some documentation regarding SPI interrupts and what they actually mean from a hardware perspective?I am currently having an issue with SPI overrun. From the ''SPI_I2S_IT_OVR' fla...

gavin2 by Associate II
  • 451 Views
  • 1 replies
  • 0 kudos

stm32f407 DIS with external ADC(MCP3201)

Posted on August 24, 2012 at 17:25Hi,   i try to read the value from external adc by stm32f407.but i could not get the result from adc.MSP3201 is connected STM32f407 by SPI.MCP 3201does not have MOSI pin.the program runs good at SendChar('b'); .the ...

vinothraj by Associate II
  • 2097 Views
  • 8 replies
  • 0 kudos

DBGMCU_Config command is not working

Posted on August 29, 2012 at 11:22I use this command DBGMCU_Config(DBGMCU_IWDG_STOP, ENABLE);I added &sharpinclude ''stm32f10x_dbgmcu.h'' in the include list.I also see stm32f10x_dbgmcu.h in STD Library.But it's not working !I get a linker error:no ...

stm3241g-eval

Posted on August 28, 2012 at 09:02Hi Moderators I want to study on the eval board's demonstration program but I did not find it anywhere. The sources hasn't reached with or without box. Just code is running on mcu. But I want to survey sources like ...

Odd clock issue on STM32F0DISCOVERY

Posted on August 29, 2012 at 02:18 I wanted to explore the SYSCLK on the STM32F0DISCOVERY board so I wrote a quick program to route SYSCLK to the MCO pin. I connected a logic analyzer to the pin and I see a ~200Hz clock with lots and lots of noi...