Tool/software:
In order to configure the lockstep mode, do i only need to call SOC_rcmR5ConfigLockStep(uint32_t cpuId); api or what all else should be done ?
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.
Tool/software:
In order to configure the lockstep mode, do i only need to call SOC_rcmR5ConfigLockStep(uint32_t cpuId); api or what all else should be done ?
Hi Anandakrishnan R,
Out of reset (if your device supports ASIL-D), the device is by default in LS mode. You change your device into DC (Dual Core/Decoupled) mode by calling the SDK APIs. The reverse is not supported or recommended via design.
Best Regards,
Aakash
is there any api related to self_test_force_error for purposefully forcing error for producing dissimilarity in both cores
Hi Anandakrishnan R,
SDL component provides CCM module which does the test you are looking for. Example is available @ mcu_plus_sdk_am263x_09_02_00_56\examples\sdl\ccm\sdl_ccm_example
Thanks and Regards,
Vishwanath Reddy.