I'm working on s08 development board to configure the TSI. I've downloaded the sample codes of the evk board and tried to get touch sense input to change the status of the RBG led on the board. It's not working. I've also checked the application note: AN4431 for the same. I tried the hardware trigger to get the input. Can someone give me an insight on this?
Yes, the same sample code was I tried.
I see. From my understanding, the sample code that is on the website for this S08PT60 EVK is for the accelerometer and RGB LED sample application. Therefore, the LED should change the color when you move the board. Also, this means that this code is not for the touch sense input, I already validate the code and the Touch sense ports are not setup. In addition, the TSI is also not included in this sample code which could be the reason why the TSI and the Touch sense inputs are not working.
You may need to create a new project for this MCU or edit the sample code to setup the TSI and touch sense inputs correctly.
Hi @Itzzamna_Supp,
Thanks for the reply. I've edited the sample code. In the s08pt60_evk_board.c file of the sample code, the author commented the TSI_Init() function inside the Touchpad_Init() function. I called that function and tried, but the touchpad on the development board is not working.