2017-08-28 12:53 AM
Hi,
I m using FT6236 capacitive touch screen controller with I2C3 inside STM32F407. All required Connections have been checked thoroughly. I have referred the reference code from all possible links available from internet. It was found that all available code online doesn't work correctly. It can only plot only few points but even those points are incorrect. Please! help me to debug the code since this code is giving incorrect answers from registers of FT6236.
2017-08-30 03:15 AM
Hi all,
I have managed to initialize the FT6236 touch screen controller from Soft I2C successfully but when i initialize the same using Hard I2C3 core inside STM32F407VG, thenFT6236 touch screen controller is not giving the values at all. Differences between waveforms in both cases are attached herewith. Please! help me to correct the code attached below.
________________ Attachments : I2C3.c.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyPl&d=%2Fa%2F0X0000000b86%2FtdQSErtKQu.nixjmvWdWvGc9v1BZj8arxXu229nhqZU&asPdf=falseI2C3.h.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyRI&d=%2Fa%2F0X0000000b88%2F5NS7k9Z2Q0XofRewxu2IDd3xZwDuKviueIRS56VmiJ8&asPdf=falsemain.c.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyTD&d=%2Fa%2F0X0000000b85%2Fvp2KEKtCFWHmWom0ac9oBwSzADkSrbeTCqqLugwmgYE&asPdf=falsetouch.c.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyT3&d=%2Fa%2F0X0000000b84%2FfgBAIrL_y4xichY_DPBRotiFX8oMrgbWu1veYOc2Eb8&asPdf=falsetouch.h.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HySp&d=%2Fa%2F0X0000000b80%2FMbGGRMPGm.2.kHp3Yc3sS5zDrRQnKIekXgB2xM9Mb8o&asPdf=false2017-09-07 03:22 AM
Hi all,
I somehow managed to get Hard I2C working with FT6236 by extensive debugging. But again one most important problem still remaining that Hard I2C is receiving RXNE interrupt only in debugging mode but not receiving the same interrupt in free running mode. Please! help me now atleast.