Search:

Type: Posts; User: donoe_85

Search: Search took 0.01 seconds.

  1. Now after some time - that actually makes sense....

    Now after some time - that actually makes sense. I don't recall why i had #define LUT_BASE ( char *) 0x001000f with a char to begin with actually, it should have been int, 32 bit.
    Thanks again :)
  2. Thanks, Hmm something along these lines? The...

    Thanks,
    Hmm something along these lines?
    The pointer of p should then be pointing at LUT_BASE


    #include <stdio.h>
    #define BLOCK_SIZE 2048
    #define LUT_BASE ( char *) 0x001000f

    void main(int...
  3. Addresses and extracting the value stored at an address

    Hi,
    - I am in doubt whether or not the following C code will do as it is intended. For example, does it - as expected - take a whole array (called vector) as input, or is there something very basic...
Results 1 to 3 of 3