Hello, everyone :), one question,
I am defining a list of numbers like this:
#define stuff (0, 0,255, 0, 0,255,\
5, 5,255, 5, 5,255)
And am declaring this pointer:
UINT16 *pattern_pointer;
And would like to use these numbers at run time from
a function, this is what...
Hello everyone, am new to this forum, and i've been programming with C for a couple of years on and off now.
I'm basically trying to read a byte from a specific memory address, by using:
UINT8 value;
UINT8 *apointer;
apointer=0x1080;
value = *apointer
-But I get a 'type mismatch' error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.