2018-05-30 05:51 AM
I was testing the functionality of the board under os x. This involved the use of st-flash . It seems that the stlink part itself is still working but I can't communicate with the processor. Using usb mass to upload an application gives me back a fail txt log. Using st-info isn't useful as it does not recognize the processor. Is there any way (jtag, usart?) to recover erease or unbrick the processor? As of now I can't upload any application. Thank you!
2018-05-30 06:13 AM
Pull/connect BOOT0 high, it will stop your code running. This type of issue can be caused code in you app reconfiguring the debug pins, turning off the clocks, or powering down the device.
2018-05-30 09:53 AM
http://www.st.com/en/evaluation-tools/32f746gdiscovery.html
This is the board... I can't locate the pin.. think it is not exposed
2018-05-30 11:48 AM
Try the ST-LINK Utilities with the ''Connect Under Reset'' option, and if that connects Erase the part.
Short R42 pads
2018-05-30 12:19 PM
Thanks ! At the end, looking the schematics I got around with exactly this solution