Hi TI,
what would be the best way to reset the board from code running on the performance (Linux) and/or safety (TI RTOS) side?
Regards,
Peter
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 TI,
what would be the best way to reset the board from code running on the performance (Linux) and/or safety (TI RTOS) side?
Regards,
Peter
Hi Peter,
On the Linux you can use the "reboot" command and for the RTOS side there is no command - it will be some API that you will need to invoke for the reset to be propagated, this will be pending for us to give you a response.
Regards
Karthik
Hi Peter,
On the RTOS side, you can use the API PMLIBSysConfigSysReset(uitnt32_t timeout) from the PM driver for this purpose. You can call the API from your application with some timeout as the argument. Hope this answered your question.
Regards,
Anand