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

STM32: ADC with DMA

Posted on July 06, 2015 at 17:05 Hi everyone, I'm trying to get a timer triggered (TIM2_UPDATE) AD-conversion of 8 regular channels working. The System is running with 168 MHz. AD-conversion is done in scan mode with a frequency of 2 kHz...

tim2399 by Associate
  • 705 Views
  • 1 replies
  • 0 kudos

Source Code: Nucleo F3/F4 vs STM32F3DISCOVERY

Posted on June 27, 2015 at 11:49 I want to know if code made the discovery STM32F303VCT6  (http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stm32f3discovery_fw.zip) not taking advantage o...

STM32F4 doesn't have TransferHandling function

Posted on July 06, 2015 at 14:39 I want chage stm32f0 source to stm32f4. All parameter and function was changed. But stm32f4_i2c.h doesn't have TransferHandling function. The TransferHandling function. How do I change the TransferHandling functio...

wjsjh07 by Associate
  • 504 Views
  • 1 replies
  • 0 kudos

Stm32f4 Read Flash

Posted on July 06, 2015 at 12:31I'm using the STM32F4-Discovery_FW_V1.1.0. I could find drivers to write the microcontroller flash. But now I Need to read the data back out of the ROM. Are there any drivers which offer such a function? #stm32-fla...

oli by Associate II
  • 581 Views
  • 2 replies
  • 0 kudos

stm32 option bytes

Posted on July 06, 2015 at 11:05Why if i erase the option bytes , the write protect bytes and their complement are equal (0xFF) 

alaidi by Associate
  • 775 Views
  • 3 replies
  • 0 kudos

problem with PDM_TO_PCM converting on STM324xG_EVAL board

Posted on July 05, 2015 at 07:33I want to use  ST MEMS microphone (MP45DT02) on STM324xG_EVAL board, I used an extension board and attached the digital microphone to the board. It works very well with Audio_playback_and_record code, but I have to in...

rizzo by Associate II
  • 893 Views
  • 4 replies
  • 0 kudos

EEPROM Initialisation STM32L0

Posted on June 11, 2015 at 17:11Hi there, I want to initialise the on chip EEPROM so I can save a number of bytes which will be Factory reset values. I don't want to use the Emulated EEPROM and I cant find any document regarding to that. I used PIC...

How to read the datecode?

Posted on July 06, 2015 at 05:57Hi there! I've known that device marking ''YWW'' is datecode, where Y means year, WW means week. As there's only one char stands for year, how to distinguish year 2004 or 2014 if the code is ''4xx''? Thanks! #date-...

iamilk by Associate
  • 3001 Views
  • 1 replies
  • 0 kudos

stm32 based usb to sdcard file copier

Posted on July 05, 2015 at 14:26Hi friends, looking for any project based on STM32F105 which can copy (Transfer) files from USB stick to On board SD card repeatedly. May be such a device can be used to batch copy files from USB stick to SD card with...