Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thank you very much. yes, I mean configuring the hardware connection between the LCD and a particular MCU. So it could be GPIO, FSMC, SPI or whatever. I don't know where should I config or where should write some codes for a particular LCD. The thing is it seems each developer has followed his own path to do this and there is no concrete step by step documentation to how to do this. it makes the first time developers disappointed. I attached what I got, in case of the STM. it seems the main file…

  • Quote from SEGGER - Schoenen: “Hi, Regarding the FSMC and CubeMX you better ask ST. ST is responsible for CubeMX and the example application ship with this tool. Regards, Sven ” Actually my question is a bit general and STM was an example. this applies to other MCUs as well. How can I configure the emwin for GPIO?

  • As you know we can connect a TFT LCD to the STM32 MCU by two mainmethods: FSMC or GPIO. The FSMC is for the MCUs which at least have 100Pins I think (we can use the CubeMX to initialize it), and for the smallerMCUs, we have to use the GPIO. I use the CubeMX and HALlibraries for the projects. I searched for many examples but I could not understand where the user should define or initialize the MCU GPIO Port for the LCD. PORTA or PORTB or whatever. I have the chipset driver from STM examples which…