• 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...
  • Problem receiving file from FTP Server in RAW
    Hello, I am working on getting data from a file from a FTP Server using the FTP Client provided with the MDK5. Everything works fine as long as the file goes to a file system, in my case a SD Card...
  • When TCPnet supports raw socket?
    Hi,all I am using TCPnet on my board.It works well. I need to write a 'ping' tool in the board,and I found that TCPnet supports UDP socket/TCP socket/BSD socket.But BSD socket does not support raw socket...
  • Decompress Audio wave to raw format
    Dear all, I have a audio.wave to convert into raw format to input into Analog Device DAC AD7302. As I am using DS80C400 as my MCU, I will need to have the audio conversion decoding to be done in...
  • 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?