• Compiling Error with FAR declaration
    I try to access a large data buffer using a far pointer that can exceed the 64k boundary, using the method introduced in http://www.keil.com/support/docs/2663.htm. But when I made the declaration...
  • New array declaration
    Hi everyone can someone tell me how to declare a array of 20 characteres. I wanto to use this array to fill with a string and then display it in a LCD. Also I wanto to use a pointer to read or write...
  • Declaring array of pins
    How to declare an array of pins? I tried the following approach. sbit pins[2]={0x80,0x81} I need to declare them in an array because I have to make multiple changes to pins in my project. My...
  • array of constants in flash memory
    Hello! I need to use a large table of const in my project. I need to locate this constants in concrete adresses on Flash and to access const value by pointing to adress. What is the simpliest way to do...
  • Modifying the value of variable declared as constant
    Hi, I have declared the constant array for storing the data since I am having a limited RAM in lpc2214 now I want to put in the value in this array how it is possible in Keil UV3 for ARM. I have tried...