• Setting an address to be zero
    Which of these set the address 0x0FFE000 to be equal to zero. 1) const int far zero _at_ 0x0FFE000 = 0; 2) const int far zero _at_ 0x0FFE000 = "0"; 3) const int far zero _at_ 0x0FFE000 = '0';...
  • Setting an address to be zero
    Which of these set the address 0x0FFE000 to be equal to zero. 1) const int far zero _at_ 0x0FFE000 = 0; 2) const int far zero _at_ 0x0FFE000 = "0"; 3) const int far zero _at_ 0x0FFE000 = '0';...
  • Trying to set the IDE to recognize additional RAM available from a larger external DDRAM designed into current design
    I'm currently trying to upgrade the DDRAM externally addressed by a SAM9G15 processor from a 2Meg part to a 4Meg part. The code is being developed on a Keil uVision IDE (vesion 5.14.0.0) and I have been...
  • Trying to set the IDE to recognize additional RAM available from a larger external DDRAM designed into current design
    I'm currently trying to upgrade the DDRAM externally addressed by a SAM9G15 processor from a 2Meg part to a 4Meg part. The code is being developed on a Keil uVision IDE (vesion 5.14.0.0) and I have been...
  • Help! Trying to set up if statement for inut pin
    I have been trying to use this command but only being a novice I am lost. I get error 67 - undefined error. can anyone tell me how to define input pin? thanks