STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Asynchronous SCLK when using SPI

Posted on July 18, 2012 at 13:41I am having some problems in that the SCLK signal for my SPI (when using either SP1 or SPI2) appears to be incorrect. Although the period is stable throughout and as I would expect, the clock pulse itself is non symme...

gavin2 by Associate II
  • 396 Views
  • 2 replies
  • 0 kudos

USART 3 Problem

Posted on July 18, 2012 at 12:03Hi ;I am working on STM32F107VCT6 C-Eval Board and i can work with  usart3 ( smartcard interface)But when i transport this project to STM32 E-Eval ( STM32F103VGT6) byte receive function doesn't work but all the other ...

Problem receiving data on USART1

Posted on July 18, 2012 at 12:37 Hello, I am using the STM32L-Discovery board and try to transmit / receive data via USART1. My problem is that the controller does nor react on data sent from the PC, but if I send one byte from the contr...

USB FS setup packets and buffer overrun

Posted on July 16, 2012 at 07:23Hi all! I have two questions on how to interpret the documentation for the USB FS device macrocell in medium density devices. 1. The section on OUT transactions states that when a buffer is overrun (i.e. the data payl...

STM32F4Discovery Virtual COM port

Posted on July 10, 2012 at 22:00Hello! I would like to send simple data from STM32F4Discovery to PC (''Hello World!'' every second would be perfect for beginning). I am pretty lost here. How do I create virtual COM port? When I connect PC to the bo...

jurij by Associate II
  • 1498 Views
  • 18 replies
  • 0 kudos

Bridging I2C Ports Using DMA

Posted on July 16, 2012 at 18:14Hi,Just a very quick question - is it fairly easy or even possible to bridge or tie 2 I2C ports together using a DMA. It's just something that I'm looking to do due to a change in a requirement whereby we just want to...

dclark9 by Associate II
  • 761 Views
  • 4 replies
  • 0 kudos

Best declaration of array of strings

Posted on July 14, 2012 at 17:09Hi all, I am developping an application on 16K RAM device and I am facing limitation of RAM size so I want to optimize the definition of the following pointer to strings and I want to  know if I am well understanding ...

NVIC interupt nesting and the SCB->ICSR register

Posted on July 16, 2012 at 23:46I use the ICSR register inside an interrupt service routine to determine which vector was used.  I use the low 9 bits to identify the currently active interrupt. I'm not clear on what happens to the ICSR if nested int...