Content originally posted in LPCWare by ScubaBoy on Mon Nov 09 01:32:43 MST 2015
Hi,
I've taken the simple LED blinking code example and exported to LPCXpresso builds and deploys ok and I'm able to step through the code using the debugger. However I'm trying to enable the SWV feed but for some reason LPCXpresso does not detect any SWV capability:
HasSWV = FALSE HasETM = FALSE HasJTAG = FALSE HasSWD = TRUE Probe Type = CMSIS-DAP
Is this feature not supported by the mbed firmware?
Thanks