• C++  stream
    Hi, I'm trying to link C++ code using RVDS 6.0. On runtime during C++ initialization (__cpp_initialize_aeabi), it calls the following function:   t._ZNSoC1EPSt15basic_streambufIcSt11char_traitsIcEE...
  • IP Multicasting for Receiving Streams
    Hi Friends, In RL-ARM documentation it gives an example about multicasting as in follows; U8 sgroup[4] = { 238, 0, 100, 1}; .. if (igmp_join (sgroup) == __TRUE) { printf ("This Host is a member...
  • IN/OUT streaming interfaces.
    Could you help teach me, how to add a microphone input to this usb audio code. MCB1700 Sample Code Bundle for LPC17xx Peripherals using Keil's MDK-ARM V2.00 (Jan 10, 2011) ics.nxp.com/.../mcb1700...
  • data stream detection
    Hi All,, My 8 bitcontroller is receiving a stream of pulses on one of its normal pins (ie., not an interrupt pin). The width of the pulses is either 300-microseconds or 1-milliseconds. So infact a...
  • scanf conflicting characters remain in the input stream
    hello, there's a little problem with the scanf-function. My program ... scanf("%u",&A); ... expects a unsigned integer. But when someone hits a unwanted character, scanf terminates. Any conflicting...