hI 1.How can I differentiate between Harvard and Von Nueman Architecture using C code 2.C code to check whether a controller is 8, 16 or 32 bit 3.a memory cell in ROM went bad in the runtime. Wat software protection will u do to overcome this? Assume an automotive application
4.what is the process happening inside the debugger
1 - If you're using a compiler suitable for the destination, surely you already know the architecture??? 2 - Ditto 3 - Have a checksum over the complete ROM area, verify it at suitable times (like just after a reset) 4 - Too complex to explain in a one-liner!
i suggest you check your spelling
Erik