Part Number:TM4C123GH6PM
Tool/software: Code Composer Studio
Hello, my code is behaving strangely. Currently I'm having several lines of code (which is "return 0") in my main function. They will never be executed under normal condition. And they are even not in the main loop (the while(1) one). But if I delete them, my while(1) loop will fail to function.
One of those "return 0" is shown as below:
BTW, my main loop is a ping-pong buffer code to write data into SD card.
I'm really confused. I guess maybe the code composer is not working properly?