• How to determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • How to determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • How to determine which core is generating the AXI read transaction in a multi core processor?
    I am currently working on Cortex A72 processor. I have generated hex file by compiling the c code file and asm file using Tizen compiler. The code consists of boot code for each core and each core starts...
  • How to determine which core is generating the AXI read transaction in a multi core processor?
    I am currently working on Cortex A72 processor. I have generated hex file by compiling the c code file and asm file using Tizen compiler. The code consists of boot code for each core and each core starts...
  • 8051 Data - Free space, Determining of stack size
    Hi, I have been using the 8051 for several weeks. It is not yet clear to me how free space is determined in DATA and how the stack size is determined. In the SCILABS_STARTUP.A51 file I see that the...