J20 is the MCU current measure connector (P3V3_K64F), you will need to remove R64 (0ohm) if fitted then attach a ammeter across the connector. You can then measure the MCU power.
J17 is the Ethernet current measure connector (VDDIO_ENET), again you will need to remove R60 (0ohm) if fitted.
There are other power link options, see the schematic here:
https://developer.mbed.org/media/uploads/sam_grove/spf-28163_d.pdf
However bear in mind there are devices attached to the MCU, If these are not powered they may have a leakage effect through the port connections depending how they are configured and can range in the mA's particularly on some i2c devices.
The power consumption levels stated in the manual are given assuming no other device is attached (MCU only) and certain internal peripheral parts are not being used or have been activated.
I am curious about the power consumption of the various components on the mbed K64F board. With meter spliced into hacked USB cable, I measure 139ma with MCU running in a loop. The data sheets suggest MCU consumes 40ma, ether PHY 46ma, SDA 17ma. That still leaves 30ma unaccounted for. There are LDOs, LEDs, USB, but I wouldn't think they would add up to 30 more ma. What am I missing?
The LPC1768 has a library that can power down the Ether PHY saving 40 ma. Has anyone developed a PHY powerdown for the K64F? Since the Ether PHY provides the 50MHz clock for the K64F MCU, I am wondering if reducing power to PHY would also require configuring an alternate clock for the MCU.