2017年4月19日 星期三

nrf52: Change pin 0.09 and pin 0.10 as normal GPIO

1.Open project option -> C/C++ and add CONFIG_NFCT_PINS_AS_GPIOS to preprocessor symbols.


2,Now you can use pin 0.09 and pin 0.10 as normal GPIO



Ref:

沒有留言:

張貼留言

Linux driver: How to enable dynamic debug at booting time for built-in driver.

 Dynamic debug is useful for debug driver, and can be enable by: 1. Mount debug fs #>mount -t debugfs none /sys/kernel/debug 2. Enable dy...