Softwares for STM32-LCD development board??

Started by user123, February 21, 2013, 02:37:26 PM

Previous topic - Next topic

user123

Hello guys,

I have STM32-LCD and i downloaded the demo software on olimex "EW-ARM Demo code for MOD-GSM and MOD-GSM-EDGE"
it works fine by using st-link/v2 debugger . but is there other available demo software to test ? I tried the standard library for STM32F103ZE but nothing is on the LCD screen .

Thanks

LubOlimex

Hello user123,

The standard library for STM32F103ZE would not control the display out-of-the-box. You need to adjust the library for the specific hardware pins of peripherals etc. There are drivers for the display in each of the demo projects.

By the way when downloading the examples make sure to get this one: https://www.olimex.com/Products/ARM/ST/STM32-LCD/resources/STM32-LCD_demo.zip


Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

user123

Thank you for replying , I tried the demo software and its working . I am a new guy in programming and I want to display graphs on the LCD screen , could you please tell me how to do that and I will use IAR software and st link debugger ,

thank you