Hi all I need a simple LCD Program code without any other tasks such as serial and GPIO co that I can see it clearly how it works. I need it badly. I am using MCBSTM32 kit board. Would be grateful if you have simple code for me Thanks
Remember that there are no single "LCD program".
Such a program is normally written for a specific processor.
Such a program is normally written for a specific display, or at least specific display controller.
Such a program is normally written for a specific method of electrically interface controller and display. In some situations, the program may use #define to map processor pins with signals on the display. In other situations, the structure of the processor and program may make it hard to write generic code in which case the physical mapping is inlined into the source.
Anyway - Google or search functions on a number of sites (including this web site) will allow you to find a lot of sample applications that is using displays. If this will correspond with your specific needs is something you will have to decide based on your knowledge of used display, physical interfacing of display, and intended use of the display.
But he was asking specifically about the Keil MCBSTM32: http://www.keil.com/mcbstm32/
So that does define a specific processor and a specific display and a specific connection, etc!
However, it does also mean that the OP already has a set of specific examples ready-written for that specific kit...!
Sorry, I must have been a bit tired. I somehow read the original post as only mentioning a specific processor, and not a complete development board including a connected display.