STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART and Hyperterminal

Posted on July 31, 2013 at 11:55 Hi, I create on my stm3220G evaluation board an example with USART. The code: #include < stm32f2xx.h > #include < misc.h > // I recommend you have a look at these in the ST firmware folder #include < st...

mosine by Associate II
  • 667 Views
  • 6 replies
  • 0 kudos

Timer related general questions

Posted on July 31, 2013 at 12:331. What is total delay produced by timer in STM32f205:delay =  (   (ARR+1) * (PSC+1) )  / Timer_freq               or delay =  (   (ARR) * (PSC+1) )  / Timer_freq                   ordelay =  (   (ARR) * (PSC) )  / Ti...

Drive low TIM output in not active state

Posted on July 16, 2013 at 14:24I have STM32F4-discovery board. And I use code from example to configure PWM output. Chapter 14.4.9 TIMx capture/compare enable register (TIMx_CCER) of RM0090:   Bit 0 CC1E: Capture/Compare 1 output enable.     CC1 ch...

Virtual COM port

Posted on July 31, 2013 at 09:05Hi,I'm working with stm3220G evaluation board. I loaded  keil's usb example and installed on my pc virtual COM port (windows 7). When I connect pc with board on in my control panel the usb is:  Port_#0005.Hub_#0004, w...

mosine by Associate II
  • 311 Views
  • 0 replies
  • 0 kudos

Can usart break? stm32f0Discovery

Posted on July 30, 2013 at 10:23I connect USART1 or 2 via adapter Usb2Com but the terminal displays strange symbols....&sharpinclude ''stm32f0xx.h''&sharpinclude ''stm32f0xx_rcc.h''&sharpinclude ''stm32f0xx_gpio.h''&sharpinclude ''stm32f0xx_usart.h'...

stivcrc by Associate
  • 655 Views
  • 4 replies
  • 0 kudos

stm32f4 i2c

Posted on July 30, 2013 at 06:32 hi  I am santosh,I am using stm32f407zet6 for communicating with accelerometer using i2c interrupt mode  My problem is  after receving no of bytes to be read RXNE and BTF flag  remained set .and after that interrupt ...

Core is locked up

Posted on July 29, 2013 at 07:53Hi all,I am working on STM32F407ZET6 controller. I am facing problems after downloading code into the controller, it shows some error messages. When i download my code into the controller using J-Link and when i press...

manoj23 by Associate II
  • 1112 Views
  • 4 replies
  • 0 kudos

SPI with DMA is not working on STM32f2..

Posted on July 30, 2013 at 10:16Hi all,I am having problems with configuring DMA for SPI ( SPI is working without DMA).Did anyone use  DMA with SPI3 on SMT32F2 ? Pls help me figuring out the issue...here is my DMA code:Problem:It is looping @ while ...