Dead Mbed :(

25 Jul 2011

Hi! By a mistake one sensor leads that I was using had touched on -15V from another equipament result = dead mbed :( So I tried to see what's going on... So by the final conclusion lpc1768 got shorted inside... I had removed the lpc1768 and the main blue led goes up and the device was recognized as flash disk,com port etc... I don't had with me another 1768 instead I had one 1766... So I soldered the 1766 in place of 1768 all ok. Execept that the code uploaded does not run :( I also use keil offline compiler I tried to change flash area and compile and still no code runnig :( I also checked the jtag signal with a dso and it seems to be ok all of then are present.. Some one can guide me to try to run a code with 1766 in this case? Or mbed only runs with 1768 chip?

B.R

25 Jul 2011

Hi Matheus,

The mbed interface will only program an LPC1768. It will check the device ID first to ensure that it is indeed an LPC1768 attached, so that it will only attempt to program a target that it understands how to program.

Sorry if this isn't what you wanted to hear!

Best regards, Chris

28 Jul 2011

Many thanks Chris! You make my week! Now I have a Mbed alive and kicking!