Are the capacitive touch buttons supposed to work? I have both LPC845 break board and our own board with capacitive buttons and I'm not able to make either to work. None of the SDK examples work with break board, no matter if I try basic examples or analog comparator versions. Only thing I manage to change by touching the capacitive area is the COUNT bits in TOUCH register. No interrupts, always read 0 in XVAL register.
I could live with COUNT only if I had just one touch button but unfortunately I have 5 and disabling the pins don't have any effect on COUNT register. Even if I enable only one button by writing XPINSEL in CTRL register touching any of the disabled touch areas change the COUNT.
I wonder why the break board examples won't work either? Has somebody actually tested them with break board? Is there possibly some change in SDK which has broken them?