7 years, 4 months ago.

Reset Pin using Mbed Application Board

I'm trying to use the mbed nR (p4) reset pin through the mbed application board's headers. Strangely it isn't working on the app board, although the reset works fine on the mbed itself without the board. I'm trying to have a seperate pushbutton off-board for resetting so I don't have to push down on the mbed all the time. How do I get the reset to work on the app board?

1 Answer

7 years, 4 months ago.

Yeah I found that also out when I ran into that a long time ago. I have no idea why, but four pins are not connected: https://developer.mbed.org/media/uploads/chris/mbed-014.1_b.pdf. Two of them are debug pins, but not a clue why they didn't connect reset and battery.

By the way, you know you can reset your board also via a serial terminal program by sending the break signal? In Teraterm this is Alt+B for example.

Accepted Answer