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.

TMS570LS3137: Setting POR values in software

Part Number: TMS570LS3137

I do not want to Reset the TMS570LS3137 MicroController , but want it to set all to initial state (POWER-ON-RESET).

While I  Running an application once All SFR'S , IVT , IRQ  are initialized Without resetting the Micro , Do we have Instruction or Library to set Each and Every single Peripheral SFR of the TMS570LS3137 to Power-ON-Reset Value ( all SFR'S , IVT , IRQ etc )

  • Hello,
    Power-on-reset state of registers is defined after nPORRST pin goes low and then high, before software make all configurations. There is no command that forces all registers to go in same state as after power-on-reset. You could reset peripheral registers to their default states if individual peripheral is set to reset mode.

    Best regards,
    Miro