driftregion / iso14229

ISO 14229 (UDS) server and client for embedded systems
MIT License
233 stars 83 forks source link

how to configure s32k144_server #41

Open eshivashankar opened 2 months ago

eshivashankar commented 2 months ago

hi , my self Shiva. I am working on CAN-TP and UDS past one month. I came across this ISO-14229 code. but i am not able to configure s32k144_server. but in examples it given. when i am is search in iso14229.h the "#define" for s32k144 is not avaliable. can you please help me out in this issue.

driftregion commented 1 month ago

Hi Shiva, the s32k144 uses UDS_SYS_CUSTOM. There is no need to #define for s32k144.

Please see the complete example here: https://github.com/driftregion/iso14229/blob/main/examples/s32k144_server/main.c