cancel
Showing results for 
Search instead for 
Did you mean: 

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

RHayn.1
Associate

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.

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen