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

STM32F37x SPI FIFO and DMA

Posted on August 26, 2013 at 09:41Hello I tried to migrate a working SPI master from a STMF20x device to the STM32F37x device. The SPI master should write and read 8bit data to some SPI memory devices (EEPROM or flash) by using DMA. Attached is the ...

loeffel2 by Associate III
  • 621 Views
  • 1 replies
  • 0 kudos

STM32F407 and TDM or multiline I2S (DAC/ADC)

Posted on August 27, 2013 at 23:08Hello! I've been wanting to increase the ADC/DAC setup in my design using the STM32F407 chip but I am having a hard time understanding what specific functionality I can use to get more than 2 in / 2 out over a singl...

enc0der by Associate II
  • 2212 Views
  • 4 replies
  • 0 kudos

STM32F0 Discovery PF0 issue

Posted on August 27, 2013 at 18:46Hi thereAccording to http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00050135.pdf PF0 is configured as GPIO.I didn't change any solder bridge settings but I cannot get access t...

ei3hmb by Associate
  • 873 Views
  • 3 replies
  • 0 kudos

[stm32f3discovery]jumpy sensor reading (megne and gyro)

Posted on May 16, 2013 at 23:25Hi, i'm reading the sensors on my STM32F3-discovery, and i've found out the reading arequite ''jumpy''. That means gyro and magnetometer value have consistent change (>1024) aven when the board is static. notice that a...

bifrost by Associate II
  • 652 Views
  • 3 replies
  • 0 kudos

STemWin on eval board problem

Posted on August 16, 2013 at 17:23Hi there, I am new to STemWin, have a question about using Memory devices. I observe some strange behaviour of window appearance using memdev and reproduced it in short piece of code, could you please explain. Backg...

sfzap by Associate II
  • 1427 Views
  • 4 replies
  • 0 kudos

Leave dfu mode, boot0 pin HIGH STM32F105

Posted on August 27, 2013 at 11:38Dear all, I have read the discussion posted /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Leave%20DFU%20while%20boot0%20i...

Connecting the JTAG reset signal

Posted on August 26, 2013 at 15:47Hi thereI'm still a bit confused about whether I have to connect the nRESET pin of the 10-pin Cortex Debug Connector to the NRST or the NJTRST pin of the STM32 in case of both JTAG and SWD connection. Could anyone t...

roman1 by Associate III
  • 3726 Views
  • 3 replies
  • 0 kudos

why can not enter TIM5 interrupt service

Posted on August 15, 2013 at 05:55Hello:    Today , I want to capture the high-level  length of input signal using TIM5 Channel 1 (PA.0) in chip (STM32F103ZET6)?but why program can not enter TIM5 interrupt service ? please help me ! I have attached ...