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

STM32F4: Receiving USART DMA Tx on Rx

Posted on January 30, 2017 at 20:38I've configured DMA for Tx and Rx on USART 3 on an STM32F4.  The device on the other end is a Bluetooth module.  I am, for some reason, receiving my transmitted command back as a reception.   Is this expected behav...

sjenyart by Associate II
  • 552 Views
  • 1 replies
  • 0 kudos

ST Bluetooth module SPBT3.0DP2 firmware example

Posted on January 30, 2017 at 19:00Hi Good morning,      I am planning to use ST Bluetooth module SPBT3.0DP2 with stm32F20x microcontroller for my application.I understand that the Bluetooth module supports the UART communication and works with AT c...

Anand S by Associate
  • 289 Views
  • 0 replies
  • 0 kudos

Resolved! SPI1 setting up problem on STM32F09x

Posted on January 30, 2017 at 12:53Hi all,I'm trying to setting up the SPI interface on my STM32F091, I would use the SPI1 on the PB3&PB5 pin.This is my simple code:RCC->APB2ENR |= (1<<12); GPIOB->MODER |= 0x880;GPIOB->OSPEEDR |= 0xCC0;SPI1->CR1 = S...

stm32f303 adc not working with 18msps

Posted on January 30, 2017 at 14:49HelloI tested stm32cubef3 (rev 1.6&1.7) ADC_DualMode_18Msps example with stm32f3 discovery board, i applied a 100KHz pwm wave to pc1, captured 32768 samples and calculated conversion rate by counting the number of ...

Using Interrupt only for Rx Communication

Posted on January 30, 2017 at 13:50Hi, I am using the NUCLEO-F411RE eval board.I used the STM32CubeMX to generate the API's for USART with interrupt.I am using System Workbench for ECLIPSE as my IDE.I have used the USART2 for full duplex communicati...

STM32f303 AWD with DMA issue

Posted on January 30, 2017 at 12:53 Hello! I'm working withSTM32F303CBT6 and i have an issue there. I'm trying to use analog watchdog on ADC1 with two working channels (channel 1 and channel 2), also i launch DMA1 channel 1 to store read data fro...

STM32F334 bootup issue with HSI oscillator.

Posted on January 29, 2017 at 19:09Hi,On a STM32F334 breakout board which is derived off the discovery board,attached schematics and crystal side board layout and test code.I am having troubles getting it running.Programmed the F334 breakout board w...