Hello David, RAM is initialized by default in "sys_startup.c" generated by HALCoGen . After reset, the code from _c_int00() is executed. Inside _c_int00, memoryInit is the place where auto-initialization of CPU RAM is performed. All enabled RAM data memory locations are initialized to zeros and the ECC memory is initialized to the correct ECC value for zeros (0Ch). Best regards, Miro
↧