Posted on August 28, 2017 at 09:53Hi, 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 fro...
Posted on August 01, 2017 at 10:31Dear all, i need to monitor ADC & display the value continuously in Text box using STEmwin Generated code. My ADC driver, handling for low threshold & high threshold value is working correctly as per te...
Posted on July 25, 2017 at 11:21Dear all, i want to generate .hex or .bin file using Keil-MDK ARM for external NOR flash connected with STM32F746NG in STM32F746G-Discovery Kit. I know how to program both after getting generated but i d...
Posted on July 20, 2017 at 12:55Refering to page no 167 in en.DM00124865.pdf which is available as STM32F746NG USER MANUAL. These are following typo errors are found as follows:Bit 10 ADC3EN: ADC3 clock enableThis bit is set and cleared by software...
Posted on July 19, 2017 at 14:11Refering to page no 6 in mb1191.pdf which is available as STM32F746G-discovery Kit schematic. The pin diagram of following two Arduino connector was incorrect, this need correction as follows:1. CN4 connector has AR...
Posted on September 07, 2017 at 10:22Hi 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 ...
Posted on August 30, 2017 at 12:15 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 n...
Posted on August 04, 2017 at 08:50Nobody has replied so far, anyway i have solved my problem partially but not fully.Now the only problem remaining is screen is flickering when the code is written like this:void MainTask(void){ int temperature = ...