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

I2C register read problem on STM32F2xx

Posted on January 04, 2015 at 00:29Hi guys,I'm trying to bring up I2C on the STM32F2xx MCU.  I've got an audio codec hooked up as i2c slave. I'm running into an issue with I2C register reads. The first i2c transaction where the register read address...

ruben2 by Associate
  • 541 Views
  • 1 replies
  • 0 kudos

ADC3 channel 7 in discoveryf4 board

Posted on January 03, 2015 at 13:43hi i want to test an example inhttp://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CCMQFjAB&url=http://tech.munts.com/MCU/Frameworks/ARM/stm32f4/libs/STM32F4xx_DSP_StdPeriph_Lib_V1.1.0/Project/STM32...

display driver

Posted on January 03, 2016 at 16:18I have the nucleo board and an add-on board with a 2x12 oled character display. Writing to the display is not straight forward because D7..D0 lines are connected to pins on different  ports (PA,PB,PC).   Is there ...

DMA with ADC stm32f0

Posted on January 01, 2015 at 13:19 Dear All, Some thing wrong with DMA operation please advice /* Includes ------------------------------------------------------------------*/ #include ''stm32f0xx.h'' #include ''stm32f0xx_usart.h'...

0690X0000060Mn0QAE.gif
pic_micro by Associate II
  • 1468 Views
  • 5 replies
  • 0 kudos

STM32F103 how to encode in a packet ppm signals

Posted on January 03, 2015 at 14:58Hello, i am staring a remote control project for a quadcopter, the main ''processor'' is a stm32f103c8t mcu wich is intended to work with nrf24l01 or cc2500 wireless devices. My main concern is after reading lets s...

Bogdan by Senior
  • 1647 Views
  • 3 replies
  • 0 kudos

IDE and Tool for STM32F407XX & STM32F429XX Family development

Posted on January 02, 2015 at 07:23Which tool and IDE to be used for the STM32F407XX and STM32F407XX family? With reference to our project application, the �STM32F407XX and STM32F407XX� family are suitable and thus we are planning to purchase �STM3...

nss by Associate II
  • 835 Views
  • 2 replies
  • 0 kudos

Newbie Query: Storing Count values in Text File (FATFS-SDIO)

Posted on January 02, 2016 at 20:59I want to store consecutive Timer counts (32bit) to a text file. To avoid SDIO write for every count, I've tried to store in a string first and SDIO write after 40 counts (for example). Can we store values column-w...

rumlyen by Associate II
  • 706 Views
  • 2 replies
  • 0 kudos

STM32F405 - triple adc dma fires just once

Posted on December 26, 2014 at 23:28 Hello I'd like to run all three ADCs of the STM32F405 in regular simultaneous mode and use DMA to load the values to a buffer. I'm sure this problem has occurred before but all the examples I found ar...