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.
Hi,
We are using AM5729 sitara processor in RTOS enviornment in our custom board. we didn't find any software reboot procedure in forum. if any steps available for software reboot, kindly share us for resolve our problem.
Regards,
Sathish
Hi,
There are two possible software resets:
Global cold reset is generally preferred as some control module registers are not cleared by warm reset.
I am not sure what software you are using hence I am giving the register information.
PRM_RSTCTRL(0x4AE0 7D00) register has field RST_GLOBAL_COLD_SW i.e. bit 1.
You need to set it to trigger cold reset.
Refer Table 3-31 of the TRM for device reset information.
Hi Anubhav,
thanks for reply.
I am also facing issue to implement Watch Dog Timer in AM5729 processor with RTOS support. I followed Baremetal watchdog example code in my custom board. I checked JTAG debug mode, after 2 seconds it will reset. In debugger window i able to reset message. But In SD card mode, after watch dog reset my program not start with main. i couldn't find where it failed. Kindly check and help us to resolve this issue.
Regards,
Sathish
Hi,
Can you close this thread and start new thread with WATCHDOG issue. Will keep this thread with RESET issue.
Hi Anbhav,
thanks for support. AM5729 Reboot is working fine.
Regards,
Sathish