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

about:at89c52,ucos2,TCP/IP

i want my at89c52 to be connected into the internet,i use the ucos2 RTOS ,is it possible? is there any better ways to tackle the problem? for example better RTOS,or i have to change the microcontroller?
thanks!

Parents
  • "I want my at89c52 to be connected into the internet"

    Why?
    What exactly do you mean by, "connected into the internet?"

    "is it possible? is there any better ways to tackle the problem? for example better RTOS,or i have to change the microcontroller?"

    Certainly it is possible to do TCP/IP on an 8051 - but it will be much easier if you choose a more appropriate processor.
    (there are plenty of examples online - just get to work with your favourite internet search engine).

    It is also not necessary to have an RTOS - but it may well help your TCP/IP implementation.
    However, again, an RTOS on an 8051 is not generally a great idea...

Reply
  • "I want my at89c52 to be connected into the internet"

    Why?
    What exactly do you mean by, "connected into the internet?"

    "is it possible? is there any better ways to tackle the problem? for example better RTOS,or i have to change the microcontroller?"

    Certainly it is possible to do TCP/IP on an 8051 - but it will be much easier if you choose a more appropriate processor.
    (there are plenty of examples online - just get to work with your favourite internet search engine).

    It is also not necessary to have an RTOS - but it may well help your TCP/IP implementation.
    However, again, an RTOS on an 8051 is not generally a great idea...

Children