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

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
  • 748 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
  • 623 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
  • 1367 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
  • 3487 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 ...

CS42L52 Codec Configuration on MCBSTM32F400 board

Posted on August 26, 2013 at 15:20 Hi , I am having a little bit of trouble configuring the audio codec (cirrus CS42L52) on the MCBSTM32F400  (stm32f407IG) evaluation board . I am trying to do a reset to the codec via the reset pin , but looking fro...

gdb and external memory

Posted on August 22, 2013 at 16:35Hello Everyone, I am using stm32f407 which is interfaced with 1MB of external RAM. Linker script is a simple one where it puts the data and bss section in external RAM. Regarding code execution I don;t have an issue...