mwmmboy
Full Member level 2
Hi,
I am a beginner using C to program microcontrollers.
I have this problem: I have a variable (int, not a pointer ) representing an address and I have a data structure (array of int) .
How can I do the following operation:
myvariable=Address of the data structure
Tx.
I am a beginner using C to program microcontrollers.
I have this problem: I have a variable (int, not a pointer ) representing an address and I have a data structure (array of int) .
How can I do the following operation:
myvariable=Address of the data structure
Tx.