Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
If I try to call sleep() or deepsleep() using this target, the microcontroller locks up. I dug into the code, and it looks like mbed_interface_disconnect() is the culprit. The DipCortex-M0 doesn't have an interface chip, but the semihosting code is still being compiled in since it shares a device.h with the official LPC11U24 mbed board.