• dummy isr for unused interrupts
    Hello together, I'm using the XC866-Board from Infineon. As I don't use all the availible interrupts in my program I would like to simply overwrite the NOPs of the interrupt vectors with RETIs to...
  • Why Dummy Byte?
    While reading EEPROMs or some other, we have to send DUMMY Bytes in order to receive Results? Why it is required?
  • sEOS running a dummy tast
    Hi, Please, any one can help me to explain the following function: Q1) Function X_Init Q2) Function X Q3) Function sEOS_ISR() Q4) Function sEOS_Go_To_Sleep Code: #include <reg52.h> #define...
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...
  • main function ?
    why in Keil compiler we define the main as int rather that void ? int main (void) rather than .... void main (void) ,like in C51