Other Parts Discussed in Thread: LP-AM243
Hello,
Our design is using XAM2434A and AM2431B.
In the past we were using mcu_plus_sdk_am243x_08_02_00_31 with function 'void SOC_generateSwWarmResetMainDomain(void)' copied from SDK mcu_plus_sdk_am243x_08_03_00_18 and board rebooted successfully after executing this call. This call is part of our firmware update functionality and it is being used to transition from main application to bootloader and from bootloader to main application.
Because of the AM2431B we have moved to mcu_plus_sdk_am243x_08_06_00_43 and reset functionality stopped working.
I've tested following calls but devices with XAM2434A and AM2431B do not reboot anymore.
void SOC_generateSwWarmResetMainDomain(void)
void SOC_generateSwPORResetMainDomain(void)
What is causing this issue and how to reset the soc properly in new SDK?
Thank you.
Best regards,
ms