• 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';...
  • division by zero
    Hi all, Does anybody know what does the system do when a division by zero occurs? We are running RTX 51 ful kernel on Philips' 80c51, 80c552 and 80c660 controllers. Thanks, Laurent.
  • Trying to transmit with interrupt in XC164CS
    Hi everybody, I am learning to program with MCUs and now i have got the SK-XC164 board.I am trying to transmit via ASC0 a message. This message has 6 equal bytes and I must do it with transmit interrupt...
  • 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
  • Setting P1.5 as external reset
    Using a LPC932, I want to use P1^5 as an external reset. I have set RPE=1 in the startup code, but I dont see any effect in my program when running. I have used a push button switch to activate the reset...