This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to use wiggle with keil arm?

I have a hardware named wiggle..It can be used in iar,ads,realview....but how to use it with keil arm?
thanks a lot!

Parents
  • The problem is that there is a timing delay between the instructions that talk to the interface and the data actually going in or out the parallel port
    I believe that some of that, in addition to hardware changes, is courtesy of Mr. Gates. When Windows abandoned the DOS base, the I/O became "real enough time" (which for many things in not "real enough") instead of real time.

    The same apply to the RTOSs that really should be name URTOS, since the "real enough" "philosophy" apply there as well.

    It is sad when some developer somewhere decide what is real enough for you.

    Erik

Reply
  • The problem is that there is a timing delay between the instructions that talk to the interface and the data actually going in or out the parallel port
    I believe that some of that, in addition to hardware changes, is courtesy of Mr. Gates. When Windows abandoned the DOS base, the I/O became "real enough time" (which for many things in not "real enough") instead of real time.

    The same apply to the RTOSs that really should be name URTOS, since the "real enough" "philosophy" apply there as well.

    It is sad when some developer somewhere decide what is real enough for you.

    Erik

Children