• 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...
  • Unused interrupts
    Hello: Here are a couple knowledge base articles on the subject. I will have about 100 unused interrupt vectors. The first article creates a different ISR for each unused interrupt and calls a common...
  • Why Dummy Byte?
    While reading EEPROMs or some other, we have to send DUMMY Bytes in order to receive Results? Why it is required?
  • Unused Interrupts on an 8051
    I have used all of the port pins on my 8051 device but have a spare interrupt pin. Is it possible to use this spare interrupt as an extra port pin for reading/writing?
  • handling unused interrupts
    Hi All, I am using the STR710 microcontroller. Does someone know if it is possible to catch all unused interrupts sources by putting an one single interrupt routine adress in all the different vectors...