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

USART

Posted on July 17, 2013 at 05:19 I tried configuring. Im using the STM32F103RB /* Setup GPIO pin GPIO_USART1_TX. */ GPIO_InitTypeDef GPIO_InitStructure; // GPIO structure USART_InitTypeDef USART_InitStructure; // USART Structure USART_ClockIn...

timothy by Associate II
  • 919 Views
  • 2 replies
  • 0 kudos

DMA timer capture

Posted on July 16, 2013 at 16:42Hi,I need to do some timming analyses on signal. I use the capture mode of a timer.When I use the interrupt to capture event, it works but when the signal is fatser I get into overrun issue, I cannot run my CPU faster...

Adalgiso by Associate II
  • 720 Views
  • 2 replies
  • 0 kudos

Send data with usart in smart card mode and DMA

Posted on July 16, 2013 at 00:26Hi, I'm trying to communicate with a smart card using the usart on a STM105RC. I was successful doing that with normal interrupts, and now I'm trying to use the DMA with the USART for better performance. My problem is...

STM32F405 Custom Software Triggered Interrupt

Posted on July 16, 2013 at 12:39Hi,I was wondering if it is possible to define software triggerd interrupts, i.e. an ISR is triggered by a value change of an arbitrary register.Any help is appreciated! #stm32f4

ole by Associate
  • 569 Views
  • 2 replies
  • 0 kudos

Timer/Pwm

Posted on July 15, 2013 at 15:03 Hi, I'm working with STM3220G. I have to create a project that: configure GPIOA(pin1) in output for 20msec. After 20msec, starts a PWM for 5msecand so on... My problem is: when I see in myosciloscope, the wave...

0690X00000604zRQAQ.png
mosine by Associate II
  • 700 Views
  • 2 replies
  • 0 kudos

STM32F207IF use of CAN2

Posted on July 02, 2013 at 18:51 Hi. I am using the KEIL exemple RL-CAN software for MCBSTM32F200 with and board that use stm32f207IF. The problem is that I can't change the pins of CAN2 sucessfully. The CAN works to send a messange but rece...

felipe by Associate II
  • 413 Views
  • 2 replies
  • 0 kudos