stm32fxxx-hal-libraries
stm32fxxx-hal-libraries copied to clipboard
Not able to run the HD44780 LCD library on the STM32F103C6T8
Hi, I'm trying to test your HD44780 library on the Bluepill (STM32F103C6T8) board. I modified the tm_stm32_hd44780.c
file and replaced your GPIO writes with the HAL_GPIO_WritePin
commands. I also replaced you stm32fxxx libraries with the stm32f1xxx.
There are no build errors but nothing shows on the display. What am I missing? Can you help? My project files are available here. These were built in Truestudio v9.0.1.