STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 DISCO with ULINK2 debugger

Posted on November 13, 2013 at 21:16 Has anyone managed to connect a ULINK2 (or other JTAG debugger) to the STM32F429 Discovery using CN2, if so, how? Yes, I know the Disco comes with a ST LINK V2 interface, and that works just fine, for now. But, e...

STM32F4 - Discovery ADC Example Problem

Posted on November 14, 2013 at 14:57Hello everyone,I've been trying to discover the STM32F4-Discovery features and peripheral examples of its firmware package lately. I'm having trouble with the ADC-DMA example. Actually, I wanted to observe only co...

is DMA request possible after injected ADC conversion ?

Posted on November 14, 2013 at 17:00Hello, does anyone know if it is possible to use the DMA transfer after injected ADC conversions ? I try to do this with a STM32F303 but only regular conversions fire the DMA request. I cannot find a hint in the d...

juergen by Associate
  • 240 Views
  • 0 replies
  • 0 kudos

Starting with DSP - CHIBIOS

Posted on November 12, 2013 at 16:38Hi all, i would like to start programming some DSP application with my board (STM32FDISCOVERY) ,my software framework is Eclipse with GNU Tools Arm Embedded compilers with CHIBIOS / OPENOCD for debugging and progr...

pure 8-Bit SPI communication ?

Posted on November 14, 2013 at 10:34Hi, I am in trouble with 8-bit SPI communication. I did this:   SPI1->CR1 = (uint16_t)( SPI_CR1_MSTR | SPI_CR1_BR_0 | SPI_CR1_BR_1                           | SPI_CR1_SSI | SPI_CR1_SSM );   SPI1->CR2 = (uint16_t)(...

mmensch by Associate II
  • 493 Views
  • 1 replies
  • 0 kudos

STM32 micro with RPC client/server

Posted on November 14, 2013 at 16:14Hello, Does anyone have experience with using the STM32 acting as an RPC server and client, using the USART/RS232 port? I'am looking for some existing projects, It would be nice if there are some examples for Chi...

evert2 by Associate II
  • 1082 Views
  • 0 replies
  • 0 kudos

Errors in STM32F30x Standard Peripheral Driver library

Posted on November 13, 2013 at 16:53Not sure where to file bug reports, but I wanted to make sure this was recorded somewhere. I've found two errors (so far) in the STM32F30x_StdPeriph_Driver (v1.0.0) that I downloaded to use with the STM32F3-Discov...

aaron by Associate II
  • 584 Views
  • 2 replies
  • 0 kudos

Reciprocal counter

Posted on November 14, 2013 at 14:27Hi, i tried realizing reciprocal counter with STM32F429i, any sugestion how to synchronize start/stop two counters with diferent externat clock?

kosta by Associate
  • 444 Views
  • 1 replies
  • 0 kudos

Help with SPBT2632 Bluetooth module

Posted on November 14, 2013 at 14:55I plan to use an UART interface to communicate with my bluetooth module and I plan to wire the RTS, CTS, RX and TX pins to my uC, and until the components arrive, I would like to build some code to test it. SPBT26...

dmg0048 by Associate II
  • 469 Views
  • 1 replies
  • 0 kudos

Using the STM32F10x DSP library FIR

Posted on October 29, 2013 at 16:57I'm unsure on how to use the FIR interface. From the provided example: int a[N];/*filter output vector*/ short x[M+N-1] = {x0,x1...,xM+N-1};/*filter input vector*/ short h[M]={h0,h1...,hM-1};/*filter coefficients v...

denis by Associate II
  • 1052 Views
  • 4 replies
  • 0 kudos