Part Number: TM4C1294NCPDT
Tool/software: TI C/C++ Compiler
I would like to find out if TIWAREis reenterant and if yes , how I can just restart TIWARE?
Thanks
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.
Part Number: TM4C1294NCPDT
Tool/software: TI C/C++ Compiler
I would like to find out if TIWAREis reenterant and if yes , how I can just restart TIWARE?
Thanks
Hi,
What do you mean to restart TivaWare? Why do you need to restart? Although I cannot guarantee all TivaWare functions are reentrant but I believe they are designed to be reentrant.
Hi Charles:
For example at the end on main routines
there is a call
/* Start BIOS */
BIOS_start();
Which basically starts TivaWare.
If I need to undo BIOS_start() and run it again which steps I need to do ?
I assume I need to cleanup tasks, semaphores I stated and created dynamically and free memory which was allocated.
How I programmaticaly call BIOS_start second time.