• huge to far
    Hello, I think I finally found a Problem which caused me Trouble over the past Days, and now I'm trying to find a satisfying solution. I'm using an Infineon XC161CJ with a grapical Display. I use...
  • huge to far
    Hello, I think I finally found a Problem which caused me Trouble over the past Days, and now I'm trying to find a satisfying solution. I'm using an Infineon XC161CJ with a grapical Display. I use...
  • Using far or huge pointer, which is faster?
    I have an array defined in RAM. The array is defined 40 bytes. I do interpolation on the array by passing the address of the array as a huge pointer to int to the interpolation function. For the C167CS...
  • Using far or huge pointer, which is faster?
    I have an array defined in RAM. The array is defined 40 bytes. I do interpolation on the array by passing the address of the array as a huge pointer to int to the interpolation function. For the C167CS...
  • About far,near pointer in Keil
    I try to compile ucOSII in keil C51. But it tells me a error at struct os_event { UBYTE OSEventGrp; /* Group corresponding to tasks waiting for event to occur */ UBYTE OSEventTbl[8]; /* List of...