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.

AM2632: warm reset cause

Part Number: AM2632

Tool/software:

Hi,

in customer application, a warm reset is performed using void SOC_generateSwWarmReset(void) after a watchdog interrupt of the ESM. They would like to define their our own cause for the warm reset and output it after the warm reset. This does not seem possible using the void SOC_configureWarmResetSource(uint32_t source) API;
Is there a workaround or other solution to this problem? Their application builds on the example in MCU_plus_SDK_am263x_10_00_00_35\examples\drivers\watchdog\watchdog_interrupt\am263x-cc.

Regards, Holger