Are there any training resources or articles that would help me inferface my NUCLEO-L053R8 to a segment LCD display using STM32CubeMX code?
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.