• Making a FAR pointer
    Hi all, I have the following: u8_t far * ptr; u8_t buf[10]; and on positions 1,2,3 (buf) I have the FAR address (3 bytes) that I want to use: *ptr = 1; // for instance; How can I give ptr...
  • What is character far pointer?
    1) what is the diffrence between unsigned char far* pointer and unsigned char* pointer? 2) what is the diffrence between unsigned int far* pointer and unsigned int* pointer?
  • How the MCU in ST10F269 identifies whether the address is near, far, huge?
    When I went through the ST10 C-compiler document, I am not clear how the near, far & huge address are identified while it executing in the target. Could any one please clarify me? When I read the...
  • far malloc
    Does anyone know if it is possible to malloc HDATA (far memory) rather than having to use XDATA on a Dallas 390 in continous mode?
  • Far Memory.
    The question is about far memory type. I use 8951RD2. I define: LX51 and AX51, use on-chip XRAM, support far memory type. The on-chip XRAM of RD2 is 1.7Kb. In listing far memory defined...