Olimex Support Forum

ARM => ST => Topic started by: user123 on February 21, 2013, 02:37:26 PM

Title: Softwares for STM32-LCD development board??
Post by: user123 on February 21, 2013, 02:37:26 PM
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
Title: Re: Softwares for STM32-LCD development board??
Post by: LubOlimex on February 22, 2013, 11:54:50 AM
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 (https://www.olimex.com/Products/ARM/ST/STM32-LCD/resources/STM32-LCD_demo.zip)


Best regards,
Lub/OLIMEX
Title: Re: Softwares for STM32-LCD development board??
Post by: user123 on February 28, 2013, 04:01:45 PM
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