A tryst with UDS Pt. 2
In Pt 1 we took a look at what is UDS. Lets see what it took me to integrate UDS with existing firmware.
We got hold of readymade UDS library which contained partial implementation of UDS. So I had to import the C sources into existing firmware code. Then debug them. And integrate UDS transport layer with eCAN module. After I verified that the UDS transport layer is working fine and is indeed complete, I went through the application layer. In application layer I found out that most of the services are left as empty stubs and so another herculean task started. This is implementing all the services as per firmware characteristics. And it goes on till date as of now one month since with about six services implemented.
Comments
Post a Comment