I want to ask a question.
The codes seem too complicated in main file. I created new sources and header files and carried some code into the new sources and header file from main file. For instance it was timer settings and timer handler function in the main files. I carried these into the new sources files.. But after that, my timers are didn't work correctly. For example, although the timers are stopped, they continue to run. however, such a problem did not occur when all the code was written in the main file. what is the reason of this? I want to reduce clutter in the main file. is not it possible?