Tool/software: TI C/C++ Compiler
Hallo everyone,
I'm working with the TMS320F28379D processor.
I would need to allocate C variables in addresses of the memory assigned by me: the variables must have a specific order.
What I see is that the compiler of the code composer moves the variables without keeping the order of the variables I have chosen.
How it is possible to declare variables by associating them with a specific memory location or at least make sure that the compiler
preserves the order of the variables as I chose?
Thanks in advance to those who want to help me.