Skip to main content
sakkigoni
Associate
July 21, 2021
Solved

How to use STM32 Nucleo-f303k8 to print in 1602 LCD(without i2c) with STM32CUBEIDE?

  • July 21, 2021
  • 1 reply
  • 3724 views

I have a correct circuit and could print in LCD in arduino IDE using the above mentioned board. To do in STM32CUBEIDE I dont know what libraries are needed and how to code there. Can someone please guide me? There are no videos online or no resources regarding this so I couldn't be guided. Thanks in advance

This topic has been closed for replies.
Best answer by Mike_ST

Hello

I used google and found that:

https://controllerstech.com/interface-lcd-16x2-with-stm32-without-i2c/

hope that helps.

1 reply

Mike_ST
Mike_STBest answer
Technical Moderator
July 21, 2021

Hello

I used google and found that:

https://controllerstech.com/interface-lcd-16x2-with-stm32-without-i2c/

hope that helps.

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. 
sakkigoni
sakkigoniAuthor
Associate
August 3, 2021

Thank you very much! but this time the code ran successfully without any errors but then I got an error of failed to load GDB server, Error in initializing ST-link device. this error comes only for this code. It doesn't show this error for other codes

Mike_ST
Technical Moderator
August 3, 2021
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.