cancel
Showing results for 
Search instead for 
Did you mean: 

STM32VL with LCD

adnen_speder
Associate II
Posted on February 13, 2012 at 15:48

Hello, 

Je suis un d�butant et j'essaye de commander une LCD (16 * 2) avec un STM32VL : afficher et ajuster une horloge (a l'aide des deux boutons B1 et B2 sur la carte) sur le LCD .

et je sais pas par quoi je commence !!! Vous pouvez me conseiller 🙂

#proposition-svp #calendar #stm32vl #help-lcd-2*16-car
7 REPLIES 7
adnen_speder
Associate II
Posted on February 16, 2012 at 10:34

thank you all

Posted on February 16, 2012 at 13:35

For TimingDelay, review library examples :

stm32vldiscovery_package\Project\Examples\SysTick\main.c

stm32vldiscovery_package\Project\Examples\SysTick\stm32f10x_it.c

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
adnen_speder
Associate II
Posted on February 17, 2012 at 17:24

thank you Clive1 ... and can you help me in the soft !!! 

je casse ma tete sans rien avoir !!! il ya aucun erreur maintenant mais il n'affiche rien !!! ni carcatere dans le LCD ni un erreur !! :'(

adnen_speder
Associate II
Posted on February 21, 2012 at 12:30

salut, 

daccord mon programme est bon, compilable, je fait un test avec lossiloscope, tous va bien 

mais encore l'afficheur n'affiche rien !!!! 

proposition svp !! :'(

marcusrydh
Associate II
Posted on February 26, 2012 at 20:51

Have you looked at the voltage levels? I'm trying to do the same thing, but what's keeping me from moving forward is that my LCD is 5V, and I'm having problems with the output voltage on my board. Make sure they're compatible.

adnen_speder
Associate II
Posted on March 01, 2012 at 14:25

salut, 

j'ai afficher sur l'afficheur...

donc SVP vous pouvez m'aidez comment afficher un real time sur l'afficheur !!

SVP j'ai aucune idée !!!!

adnen_speder
Associate II
Posted on March 09, 2012 at 11:34

pas d'aide !!!

 

pas de conseille !!!d'accord !! bien sure j'essaye de le faire et je fais un effort, je fait la configuration du RTC, mais j'ai aucune idée comment afficher les Digits du temps sur le LCD !!!c la configuration :)*******************************j'ai dejàcréerune fonctiond’affichagemais je sais pas est ce que c bon ou non!!*******************************

/**

* @brief Sends data to the LCD.

* @param Data: Data to be displayed.

* This parameter can be one of following parameters:

* @arg an u8 value

* @retval None

*/

void LCD_SendData(u8

Data

)

{

/* send the command */

LCD_SendData_4bit(

Data

>>4);

LCD_SendData_4bit(

Data

);

}

je veus que

Data

etre un variable soit disant HH,MM ou SS !!!

alors pour afficher :

LCD_SendData(THH

) // envoi d'heure

LCD_SendData(0x..) //afficher :

LCD_SendData(TMM

) //envoi des minutes

LCD_SendData(0x..

) //afficher :

LCD_SendData(TSS

) //envoi des secondes

******************************

********************

any one can help me !! :'(

________________

Attachments :

RTC_Timer.c : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hzbc&d=%2Fa%2F0X0000000bOF%2FJOe_0WTESnpT2yybZlzjPWkYlF.T.I0MVbsq8wd8Ldc&asPdf=false