Tool/software: Code Composer Studio
Hello Everyone I am a Newbie to this ti controller , actually I am trying to interface a 1602A LCD with F28027 controller in 4 bit mode ,I have done the interfacing with avr and arduino before and while shifting the data bit we use to use PORT command which gave us access to all 4 pins at once but as far as I know in Ti GPIO are all accessed individually ,Then how can we interface a LCD in 4 bit mode?