I am working on TM4C123GPM. Developing rtos. There are few create thread functions in my main function. As soon as I do configuration of input output pins, the program goes to exit.c and then to abort function inside the exit.
if I put a while(1) loop inside main then it doesnt go to exit. I wanted to know if infinite while loop can be used inside main function for rtos?
if I put a while(1) loop inside main then it doesnt go to exit. I wanted to know if infinite while loop can be used inside main function for rtos?