• Raw Interrupt Status
    Can someone tell me the difference between the "raw interrupt status register" and the ordinary "interrupt status register" in ARM processor? Many on-chip peripherals have these raw interrupt status...
  • Interrupts to receive raw data and process it
    I am using Keil in C Programming Language. How do I use an serial port interrupt to receive raw data and store it into the buffer and then, process it?
  • ECG waves
    I am trying to generate ecg waves in both glcd and cro. My glc part is over, can any1 tell how to generate ecg signal using dac which can be given to the cro.?
  • Sine wave
    Hi I have found the codes and I am trying to understand the code as it is about generating sine wave but I got lost in the offset sections. I would be grateful if you offer any help me to understand...
  • Audio skipping
    What could be causing the audio to skip in this code I have changed, I think it is to do with the DataOut++; /* Skip one Sample */ and the extra code I have added is causing the buffer to fill up...