This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1224: Clear RAM when reset TMS570

Part Number: TMS570LS1224
Other Parts Discussed in Thread: HALCOGEN

Hi Team,

TMS570LS12x/11x can be reset by several conditions, which reset can clear RAM? If customer can clear the specific RAM address and how to do that?

Thanks

  • 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