Part Number: TDA2P-ACD
Hello,
We want to integrate two LCD display connected to Vout1 and Vout2 ports respectively.
Initially we were able to see output on LCD1 connect to Vout1 using following setting in chains_common.c :
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA2P-ACD
Hello,
We want to integrate two LCD display connected to Vout1 and Vout2 ports respectively.
Initially we were able to see output on LCD1 connect to Vout1 using following setting in chains_common.c :
Yes, definitely, you have to set the pinmux for vout2 datalines, control signals and clock. Without it, you would not see output from vout2.
Regards,
Brijesh
Hello Brijesh,
Thank you for the prompt response.
In order to change the pinmux setting, can I change it directly in the following file
ti_components\drivers\pdk_01_10_04_05\packages\ti\drv\vps\src\boards\src\bsp_boardTda2xx.c
Or the better way is to overwrite it in our application ?
Thanks,
Dipti
Dipti,
Both are ok. you could modify board file or override pinmux in the application, assuming you are not using vin2a input.
Regards,
Brijesh