• About pointer to a huge table in C
    Hi, I am a bit confused about writing codes with a poitner pointed to a huge table in C with Keil compiler (for C166 MCU). First if i want to define a pointer pointed to a huge table, naturally...
  • 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...
  • 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 Memory - Linking problems
    Hello all, does anybody have experience with linking *big* programs for C161U? I have a large project, which uses up to 2MB RAM. During simulation is everything OK and program works fine, but in real...
  • Code banking (HUGE) + PSD834
    Hello, I have started a new project with a 80c251 microcontroller and PSD834F1 device and I want to use code Banking. I have just implement the following memory map: 0x008000-0x00FFFF EEPROM...