Skip to main content
RHayn.1
Visitor II
September 8, 2020
Question

Are there any training resources or articles that would help me inferface my NUCLEO-L053R8 to a segment LCD display using STM32CubeMX code?

  • September 8, 2020
  • 1 reply
  • 789 views

I have a NUCLEO-L053R8 and a segment lcd display. I have generated the code with STM32CubeMX and connected up the wires.

I am a bit confused as to how I implement the HAL_LCD_Write function, specially what your supposed to put in the RAMRegisterIndex, RAMRegisterMask, Data paramters.

I did a bit of a google but didnt find anything helpful.

Does anyone know of any resources/articles that will explain what I need to do to get this working?

Thanks.

This topic has been closed for replies.

1 reply

Technical Moderator
September 8, 2020

Hello @RHayn.1​ ,

You may refer to the LCD example within STM32CubeL0 firmware package, this will help you on how to configure the LCD project and use functions:

STM32Cube_FW_L0_V1.11.3\Projects\NUCLEO-L053R8\Examples\LCD\

The user manual UM1749 "User Manual Description of STM32L0 HAL and Low Layer drivers", shows the HAL drivers and all API functions with a detailed description.

 Here is STM32L4 training - Hands-on LCD using STM32CubeMX, that may help you.

Best Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks