cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407G-Discovery-STlinkV2(V2.J25.M13) - Boot fail using external power supply

Pm77
Associate II
Posted on April 06, 2016 at 19:18

Hello all,

I have bought STM32F407G-Discovery evaluation kit its ''STM32F407G-Disc1- MB997D''. Apparently I was unable to boot kit after programing  using external power supply e.g mobile phone usb charger or +5V to applied to 5V pin. It boots up fine with PC usb port as well USB port of oscilloscope but not with external +5V supply.

After scratching head for while I found on powering kit using PC there is some communication going on between debugger (stm32f103) and USB host(PC). After this communication on board debugger (stm32f103) pulls NRST going to STM32F407 and also puts MCO out pin in high Z(guessed). This MCO from stm32f103 supposed to output 8Mhz to MCU xxF407 on PH0 pin.

Without initial communication between debugger and host PC above two things don�t happen so booting never happens. My debugger has version of ''V2.J25.M13 STM32 Debug+Mass storage''.

So way around is disconnect NRST pin by removing SB11 solder bridge and disconnect MCO pin by removing R68. Schematics on page no 32 of user manual (UM1472).

After above trick my board boots up fine using external power supply. I am not sure this initialisation functionality is intended on V2.J25.M13 firmware or its bug? can some buddy try to replicate this issue?

#stm32f407g-disc1 #stlinkv2(v2)
3 REPLIES 3
Nesrine M_O
Lead II
Posted on April 06, 2016 at 19:23

Hi Pankaj,

refer to this [DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Java/STM32F4Discovery%20and%20debugger%20bug%20report&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/AllItems.aspx&currentviews=34]link 

-Syrine-

Posted on April 06, 2016 at 19:31

 I am not sure this initialisation functionality is intended on V2.J25.M13 firmware or its bug? can some buddy try to replicate this issue?

You're about the fifth person to complain about this in the last week or so, please review some of the recent posting in the forum.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Pm77
Associate II
Posted on April 07, 2016 at 12:02

Hi,

Thanks, as suspected. Perhaps I should search different keywords than whats immediate guess next time.

Pankaj