I am currently doing some development on an embedded system. I need to create an array of integers using C. But this array must be put in a certain memory address, for example, 0x12345678. All the integers in the array should be stored in a chunk together at 0x12345678.
How can I do that?
Regards, Peter