2023-09-29 04:19 AM
I'm trying to display characters on the onboard lcd in the stm32l152rc. can anyone help me with the process?
2023-09-29 04:24 AM
2023-09-29 05:36 AM
So how do we open and configure the SW4STM32 files in stm32cube ide?
2023-09-29 05:47 AM
2023-09-29 06:18 AM
I tried this but could'nt find the linker file
2023-09-29 06:35 AM - edited 2023-09-29 06:39 AM
2023-09-29 07:05 AM
Sorry to say. Its not helpful
2023-09-29 07:20 AM
What is exactly your problem. Can you give more details.
Best regards.
II
2023-09-29 07:45 AM
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
4- Click to convert the project
5- Choose the device you are using
6-Click "OK" to convert the project:
7-Build the project
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.