Other Parts Discussed in Thread: CCSTUDIO
I am just declaring a variable which causes one of my LUTs to fail to initialize properly. The variable is not a pointer, just a normal variable so I dont think its a garbage dereference issue.
I faced a similar issue on the TM4C123G series chip, where I found that the issue was with a memory misalignment. However I have been careful in my code to keep the variables 4 byte alligned. (but I cant be a 100% sure)
Could it be the same issue here? If so, how do I confirm and solve?