LCD interfacing Programming Doubt. Can anybody catch the mistakes?
All connections are done on port D.This is my program code.I am using stm32f407vg disc board./* * lcd_programming.c * * Created on: 20-Aug-2020 * Author: SOBHIT PANDA */#include "stm32f407xx.h"#include "stm32f407xx_gpio_driver.h"void LCD4bits_Cmd(u...