Tool/software:
HI,
I want to reset TI280039, make the application re-initialize, then run, ram empty, is there a specific function that can be implemented?
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:
HI,
I want to reset TI280039, make the application re-initialize, then run, ram empty, is there a specific function that can be implemented?
Hi,
Are you looking for function to reset the device ? If yes then you can use "SysCtl_resetDevice" function. For RAM initialization, you need to do that in your application code.
Vivek Singh