Hi TI expert:
Is there any demos for implementing touch screen? For the TDA4 board, we link the lvds display to mcu2_0, how to control it via A72 in software. Is remote device module API available for communication?
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.
Hi TI expert:
Is there any demos for implementing touch screen? For the TDA4 board, we link the lvds display to mcu2_0, how to control it via A72 in software. Is remote device module API available for communication?
Hi xiaogang liu,
No, there isn't any touch screen demo in the SDK.
For the lvds configuration, Is it possible to configure it on A72? or you could add remote service on R5F to configure LVDS and then call this remote service from A72 application..
Regards,
Brijesh
Hi Brijesh Jadav:
I can only configure lvds on mcu2_0.
I can refer the way how sdk configure and control the sensors in chapter 8.12.5 of the follwing guide. Right?
Hi Brijesh Jadav:
In the remote service for sensors, A72 takes the initiative to configure and control sensors. But for touch screen scene, users press the screen, mcu2_0 should takes the initiative to transmit the postion of pressed points to A72. A72 changes the role from sender to receiver. How to user remote service API now?
Hi xiaogan liu,
I can refer the way how sdk configure and control the sensors in chapter 8.12.5 of the follwing guide. Right?
Yes, this is correct.
How to user remote service API now?
You could even implement remote service on the A72 and R5F can call this remote served on A72. This is possible. But please note this requires A72 application to be running, because A72 service can start only after application starts running..
Regards,
Brijesh
Hi Brijesh Jadav:
Brijesh Jadav said:
You could even implement remote service on the A72 and R5F can call this remote served on A72.
You mean I change exchange the roles of remote service host and remote service client that used in sensor in chapter 8.12.5. Right?
Yes, that's what i meant. You could register remote service on the A72 and then R5F can call this service.