Hi Friends, I fit in beginner class. I am trying to port ucosII to H8 processor. I am facing some problem. After creating first task, OSStart is given. in...
Is there not an H8 port on the Micrium website? Shaun ... From: anil_paranjpe [mailto:anil_paranjpe@...] Sent: Wednesday, April 09, 2003 12:10 PM To:...
hello i am new to ucip therefor i request you all to please guide me. ... i want to use ucip with ucos on an ARM evaluator7t board, and, use it to establish a...
enigma_000000 wrote: ... ... 1. can any one send me a code of ucip which has been configured to work with either ucos or ucos-ii on any embedded board. (with...
hi thanks for the prompt response. if according to you PPP & LCP implementation is complete, why is the following comment included in the source code of...
744
mouse
nj_mouse@...
Apr 13, 2003 3:44 am
Hello, Arne Steinarson from the mail list,I have seen your letter,I want to do the same thing-- use uC-OS-II on a low end 16-bit controller. On top of this, we...
hi friends ... why is the following comment included in the source code of netppp.c and main.c for ppp_test, if according to you PPP & LCP implementation is...
Hi there I have a project on microcontrollers and for the first step i would like to establish comm with a web server, my client being the microcontroller......
I know about an appnote from Microchip that describes a TCP/IP ministack for PICs, but I don't think it works or the 16F84. I also know about some incredibly...
can any one please give me some idea, as to, how to implement LCP session negotiation. what should i add to the code?, should it be in pppOpen() ? please send...
Hi all, I have ported ucos to h8-3687. but only one task is running. no context switch occurs. so second task never gets executed. Why? i am calling OSTimeDly...
Hello All, Does anyone have a working port of "view" to the M16/C ? The port which I have made, runs for a short period of time and then crashes. Any ideas ? ...
Hi everyone, I wanna write something about ucip,but I'v got few documents. ucip_APIdoc_nullOS and ucip_doc are the only ones I have.You know that's far from...
I downloaded the port for atmega103 and 8515 from (http://www.ucos- ii.com/). I was able to compile the port using winavr, but during linking I got the...
Hej! It looks like your CPU has different addressing modes ("short" vs "long") and os_cpu_a.asm uses short. For some reason the address needs more bits as...
Hi, We want to use M16C MCU for I2C in slave mode. However we can not succeed to communicate with master. We tried to use Mitsubishi's sample drivers. But it...
Hi, We want to use M16C MCU for I2C in slave mode. However we can not succeed to communicate with master. We tried to use Mitsubishi's sample drivers. But it...
Hello, Our application may require upto 3 levels of nesting. Rather than have every task have extra stack space for registers to be pushed is it possible to...
AFAIK, ucos doent have separate stack for interrupts.. interrupt runs in the memory space of the last running task.. so u have to predict abt the maximum...
... That depends on the processor architecture. Some processors have separate intrerupt stack pointers (ISP) and user stack pointers (USP. If you have such...
Hej! Just FYI: Seiko S7600 and S7601 is not available anymore. That was the reason for me to look into ucIP... Bye, Vitus (currently working on DragonBall...)...
Hi I have Integrator Board and UCOS . Now I want to port the UCOS-IP in that board. I downloaded the ucip from the net it is very corbursome.Can anybady help...
Greetings, I am a student who is trying to understand what this uc/OS is all about. Let me first explain what i did. I have a 386 board which has DOS on...
if you see the following functions.. they are prettty clear .... PC_DOSSaveReturn();/* Save environment to return to DOS */ PC_VectSet(uCOS, OSCtxSw); when...
I could not find some function, like OSTaskCreate for example, in the files that I have downloaded from the web. I would like to know where I can find that...