This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: Driving led by GPIO directly or not?

Part Number: CC2640
Other Parts Discussed in Thread: TIDA-00756

I noticed in some TI reference designs (e.g. http://www.ti.com/tool/TIDA-00756) LED's are directly driven by the GPIO with only a resistor to control the maximum current.

The GPIO pins of the leds in this design have the setup: 

Board_RED_LED    | PIN_GPIO_OUTPUT_EN | PIN_GPIO_LOW   | PIN_PUSHPULL | PIN_DRVSTR_MAX,	/* Red LED	 */
Board_YELLOW_LED | PIN_GPIO_OUTPUT_EN | PIN_GPIO_LOW   | PIN_PUSHPULL | PIN_DRVSTR_MAX,	/* Yellow LED	 */

For an ultra low power design what's the best option to control a LED, directly connected to the GPIO or using a MOSFET?

What's the leakage current of the LED pins in off state of this reference design?

Thanks.