cancel
Showing results for 
Search instead for 
Did you mean: 

Configure STM32L152RC LCD

hazin
Associate III

I'm trying to display characters on the onboard lcd in the stm32l152rc. can anyone help me with the process?

8 REPLIES 8
Issamos
Lead II

Hello @hazin 

I suggest you to start your project from this exemple and modify the necessary parts to adapt it to your needs.

Best regards.

II

So how do we open and configure the SW4STM32 files in stm32cube ide?

Hello @hazin 

You can use this Wiki.

When your question is answered. Close the topic by choosing a best answer.

Best regards.

II

I tried this but could'nt find the linker file

I suggest you to you this user manual.

Best regards.

II

hazin
Associate III

Sorry to say. Its not helpful

What is exactly your problem. Can you give more details.

Best regards.

II

KDJEM.1
ST Employee

Hello @hazin and welcome to the Community :),

To start with graphics, I advise you to take a look to this MOOC: Graphics with STM32 - STMicroelectronics.

Please follow these steps to open this example in STM32CubeIDE, 

1- Open STM32CubeIDE

2-Click File-->open projects from file system or Archive

3-Import project from the repository "...\Repository\STM32Cube_FW_L1_V1.10.4\Projects\32L152CDISCOVERY\Examples\LCD\LCD_SegmentsDrive\SW4STM32\STM32L152C-Discovery"  as shown in the below figure  

KDJEM1_0-1695998146921.png

4- Click to convert the project

KDJEM1_1-1695998210030.png

5- Choose the device you are using

KDJEM1_2-1695998281995.png

6-Click "OK" to convert the project:

KDJEM1_3-1695998513367.png

7-Build the project 

KDJEM1_1-1695997610810.png

I hope this help you!

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.