STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 347 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
  • 884 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
  • 453 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
  • 371 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
  • 379 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
  • 774 Views
  • 4 replies
  • 0 kudos

permanent I2S MCK output

Posted on May 28, 2012 at 10:30Hi I want to connect a PCM3168a audio codec to a STM32F407VG (Discovery board). The problem is the Codec is only alive when MCK is provided. Without MCK the control interface (i2c) is dead. Is use SPI3 in I2S mode for ...

tilolutz by Associate II
  • 2149 Views
  • 14 replies
  • 0 kudos