2019-04-06 06:11 AM
2019-04-06 06:20 AM
It is just memory within the processors addressable space, just use memcpy() or pointers like you would with any other memory.
2019-04-06 06:20 AM
It is just memory within the processors addressable space, just use memcpy() or pointers like you would with any other memory.
2019-04-06 07:15 AM
Exactly !! Thank.
2019-04-06 08:53 AM
uint8_t * pu8 = 0xtheadresstoreadas32bit;
uint8_t byte = *pu8;