This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

µC/OS-II examples

Hello,

I'm trying to run the examples from micrium :

http://micrium.com/page/downloads/ports/ti/rm48

does anyone knows the serial baudrate set in those projects ?

and I haven't been able to either ping or get the simple text by inserting the USB,

has anyone done that ?

thanks,

Cristiano

  • Cristiano,

    There are two tests.

    This is for TCP/IP test:

    1. Program TCP/IP code to flash
    2. Connect HDK to router
    3. Open HyperTerminal (115200,8,1) and iPerf (free tool, http://micrium.com/page/downloads/uc-tcp-ip_files )
    4. On  windows application, and select “Type: as server” then click “Run” button
    5. On the hyperterminal window type the following commad : iperf –c  10.10.1.7 (IP address defined in the project)
    6. The bandwidth windows will pop-up. It shows the speed

    This is for USB Host test:

    1. Program the USB Host demo code to flash.
    2. Connect PC and HDK with USB cable for SCI communication.
    3. Open MS HyperTerminal: 115200,8,1. Then power cycle the board
    4. If you plug in a mouse, the coordinates of the mouse is continuously displayed along with any buttons pressed.
    5. If you plug in a keyboard, the keys that are pressed are echoed back.
    6. If a mass storage device is plugged in, a simple txt file is saved to it

    Thanks and regards,

    Zhaohong

  • Cristiano,

    Have we answered your question?
    If yes, can you mark the answer as "Verified Answer" so we can close this post.

    Thanks and Regards,

    Jean-Marc