T
Tom
Guest
Hi,
when trying to access the data register of a device I must first
perform a cast on the register address:
example:
int * data_register = (int *) 0xFFFF0000;
Can somebody explain me why the cast is needed ?
Thx,
T.
when trying to access the data register of a device I must first
perform a cast on the register address:
example:
int * data_register = (int *) 0xFFFF0000;
Can somebody explain me why the cast is needed ?
Thx,
T.