This is a general C question (executed on a TMS320F28035):
I can group a set of variables in a structure (which I normally see done in examples), or, in an array. My question is: from a compiler point of view, which is more optimal? For example, does a structure execute faster, or use less memory, than an array? Assume both are global.
Thanks!
-Brian