2020-09-08 02:50 AM
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.
2020-09-08 01:51 PM
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