Frage im Vorstellungsgespräch bei Continental

- embedded stuff

Antworten zu Vorstellungsgespräch

Anonym

24. Okt. 2016

How do you test if your memory is not corrupted/is integer?

Anonym

25. Okt. 2016

1.One example is to write something in that memory address and read. If the result of the read function is what you wrote before, then there is no problem. 2.Another example: if that memory was initialized before(and if this one is NVM memory) then you can keep an cell with the value of that memory CRC (make an CRC on the memory that interest you) 3.Round-robin algorithm