I have another question to the wizards and programmers here,
When the EDU-RC's user programmable pic is powered up, i can see that it jumps to a reset vector (defined in ifi_startup.c). Then, IFI_Startup.c is processed. After that, I seem to understand that main.c begins processing, and the master loop begins. (Am i correct so far?)
If i remove IFI_utilities.c, will anything happen to this procedure?
What purpose is printf_lib.c serving? Can it be removed?
What if I make just one file (rc.c) and have the initialization code and main loop and user code all in that file? And then combine all the header files into one file. Will the code work at all, or will chaos reign supreme?
(sorry for the long post)
