Automotive Embedded Systems question

Status
Not open for further replies.

kishorekumar_ms

Member level 5
Joined
Nov 12, 2006
Messages
84
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,815
hi all,
Can u tell basic topics which one should be known when he is working in automotive embedded systems? I will be happy if u even explain these topics.

Thanks & Regards,
M.S. Kishore Kumar.
 

You need to know about the CAN bus and the LIN bus. Tools for CAN are supplied by Vector.

https://www.vector.com/vi_canalyzer_en.html?gclid=CLTEqMTe-JgCFQrFGgodMiWplw

You can download demo software to take a look.

The C code you write has to be MISRA compliant. You need to buy the book,

'Guidelines for the use of the C language in critical systems'

to learn the MISRA rules.

For static analysis and checking for MISRA compliance you need a tool like Gimpel PC Lint.

Other than that, it's just C code hacking.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…