Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello, I am using tms570ls0432 and interfacing with 3.5inch tft lcd from waveshare using spi protocol,
I am not able to send the reg and data from spi protocol,
I am using spi2 and i made a configration as mosi,clk,cs(0) as output and miso as input. and i am using spiTRansmitData() function.
if we are connecting to external slave device how to enable the external pin for reading the data
if in spitransmitdata insteead of spi->BUF is there any other command for eeprom to write the data,
lcd is showing only white background means backlight,
and how to use chip select function for making cs high and low...
thank you