Tool/software: Code Composer Studio
Hi All
so I have been working on code that works as modules independently however when I bring working modules together once I attempt to build the project I am getting error saying my for loop increment variables are not initialized. below is a snap shot of the code and you can see where it is throwing errors around. I am wondering if I am not including some library or something or perhaps my syntax is wrong however they are simple basic for loops so I cannot see any actual errors with the code it self. nor do my switch statements work. The one thing I have noticed is in fact that every single for loop in the entire program has thrown the same error as has the switch statements claiming the the variables apart of the construction of the loops and switches are not initialized. Is this something to do with a library not included or a c99 version type of error? any advice would be helpful I would post the whole program but as I have written the loops they really shouldn't be affected.