2012-02-17 02:44 AM
Dear
STe2e Community,
I'm newbie to STM32F4 programming so I'm starting using a Discovery Board. I'm searching to get working a led on/off circuit with power terminal of the board but I don't know I burned 2 discovery board. I mean that the ST-LINK is not responding and LD8 is red. In the other board also LD5 is red. Is there any procedure to make these boards start working again or I wasted my money? Thx to everyone for the replays. CX3 #me-too2012-02-17 04:53 AM
If you managed to brick the board, you can strap the BOOT pin to 3V3, and restart it, to recover.
2012-02-17 05:41 AM
Thx clive1,
I tried to reboot as you said but the discovery wasn't bricked, I think it's FUSED (!). Also, Windows said that the Usb (ST-LINK) isn't recognized.2012-02-17 05:49 AM
Hi,
I need to know if your STLink driver is well installed on your machine and when connection the discovery board, if the PC will detect the STLink? Else please refer tohttp://www.st.com/internet/evalboard/product/251168.jsp
Design support and re-install the STLink driver.
Cheers, STOne-322012-02-17 05:59 AM
Dear ,
my ST_LINK is installed and it's working properly. The board and ST_LINK stopped working (LED8 reddish and LD2 red) when I mounted an external LED between 3V e GND external pins of the board. I made a mistake wiring it directly and not through a resistor.2012-02-17 06:28 AM
I think it's FUSED (!).
Not much you can do to fix evaporated silicon, best to design and evaluate the added circuits more carefully.2012-02-17 06:46 AM
eheheh you are right!
But I don't think the micro go off, I think the Discovery is gone out. I can't figure that isn't any current protection on Vdd short-circuit! Also the Discovery is USB powered... how many mA can put out? Only a few...2012-02-17 07:23 AM
I discovered that the micro is still working because I powered the board via external power supply. So is the ST_LINK death. Looking at the manual of discovery (pg 16) the 5V power supply must have a power consumption below 100mA so isn't any current protection on power supply, I guess...
2012-02-17 08:10 AM
Hi,
you can try this test: 1- download and install the DFUhttp://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/SW_DEMO/um0412.zip
2- connect an USB cable between your PC and CN5 on the discovery board, 3- connect Boot0 pin to VDD. 4- press reset ==> Then, if your micro is still surviving, you can download, upload ... images to/from flash... Then you can confirm if your problem is comming from the STlink or not !! Cheers, STOne-322012-02-17 11:19 PM
We had an unprovoked failure of a F4 Discovery.
It happened at a bad time, as we *really* needed the STLink to work and it was the only one we had. So we tracked down the problems. I suspect that it was caused by a failure of the USB power switch that shorted 5V to the 3.3V rail. Whatever the actual cause, the power switch was the initial hot spot, and it had a near zero resistance to ground. Once we removed the power switch, we found that the audio chip was drawing most of the power. We isolated that by cutting traces. At that point the board mostly worked, but the 3.3V regulator quickly went into thermal shut down. It was the only source of heat at that point, even when we powered the board with 3.3V, so we removed it from the board. We found that it was bad, so we swapped the 2.5V regulator in its place. We don't have SOT23-5 regulators around, and the 2.5V regulator wasn't used with the audio cut out of the circuit. The board now works fine, both the STLink and STM32F4 portions, with no abnormal current draw. The micro-USB or audio portions are dead, but we weren't using those anyway.