Hi all, I will not use the SDcard. I will use a capacitive touch sensor TTP229 at 2 wires(16 keys). http://www.tontek.com.tw/download.asp?sn=726
I was able to use the sensor on the J16. using the "SI" and "SC" pin.
How to configure the J16 pins for two "SI" inputs?Or how to configure II2C and I2S for SI and SC? I want to use at least two TTP229
Below the code for J16 PIN SI.
mios32_config.h
#define MIOS32_SPI0_IN_INIT { MIOS32_SYS_LPC_PINMODE(1, 24, 2); \
MIOS32_SYS_LPC_PINMODE(1, 23, 0); \
MIOS32_S