Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am posting on behalf of my customer:
Seeking guidance regarding an issue I'm experiencing with the Sitara AM243x-LP device.
I'm currently using the SDK version 10.01.00.02, available at [TI GitHub SDK URL](https://github.com/TexasInstruments/mcupsdk-core), and I'm encountering a consistent malfunction. Specifically, every example I flash onto the device with the sbl_ospi_multi_partition setup malfunctions approximately 3 minutes after a reset.
Here are the details of my setup and the issue:
- Multi-Partition Example: https://github.com/TexasInstruments/mcupsdk-core/tree/next/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos
- Error Location The error appears in the code referenced in this section https://github.com/TexasInstruments/mcupsdk-core/blob/2a1be286566c7fc4e264fa48f002afabf4d4c628/examples/drivers/boot/sbl_ospi_multi_partition/am243x-lp/r5fss0-0_nortos/main.c#L192-L213.
Upon investigation, I've found that the issue is related to the Sciclient level, specifically during the Auth Image process. One of the message flags incorrectly shows 0 instead of 2 in the function here https://github.com/TexasInstruments/mcupsdk-core/blob/2a1be286566c7fc4e264fa48f002afabf4d4c628/source/drivers/sciclient/sciclient.c#L379, with the discrepancy occurring here https://github.com/TexasInstruments/mcupsdk-core/blob/2a1be286566c7fc4e264fa48f002afabf4d4c628/source/drivers/sciclient/sciclient.c#L529-L530.
Interestingly, the malfunction persists across power cycles, only resolving itself after the device has been off for an extended period. I discovered a mention of a 3-minute watchdog timer in the technical reference manual (page 2032), which the DMSC ROM sets up. However, it seems puzzling why a simple restart doesn't resolve the issue.
-------
regards, Frank