• 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...
  • Why Dummy Byte?
    While reading EEPROMs or some other, we have to send DUMMY Bytes in order to receive Results? Why it is required?
  • 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...
  • Casting to a union type without using a dummy variable
    Hi all, I am trying to find a way to cast a value to a union type without the use of a dummy variable. My union definition is something like typedef union _MY_UNION { unsigned long u32; unsigned...
  • Keil Variable declaration help
    Actually on the external interrupt from port,I want to read the timer 2 value into a variable.(TH2 and TL2). suppose I declare a variable unsigned int timer2_val; How can I move TL2 and TH2 into lower...