6 years, 1 month ago.

LPC1114 override of SWDIO

Hello, how is it possible to override SWDIO settings for the LPC1114 and use pin PIO1_3 as an AnalogIn? I'm compiling offline with gcc-arm-none-eabi.

1 Answer

6 years, 1 month ago.

You can comment-in this line at your own risk.

https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_NXP/TARGET_LPC11XX_11CXX/analogin_api.c#L27

Accepted Answer