ttyDevice
- From: sen <saptarshi.mrg@xxxxxxxxx>
- Date: Mon, 28 Jul 2008 23:24:12 -0700 (PDT)
Hello
I am facing a problem in creating a ttyDevice.
My code
#include "vxworks.h"
#include "ttyDrv.h"
#include "sioLib.h"
SIO_CHAN *p; //device structure defined in sioLib.h
void task()
{
ttyDrv(); //initialize
ttyDevcreate("/ty/0",p,128,128);
}
But everytime I run task in an simulator,I get an exception fault No
13.
In the debugger it shows fault in ttyDevCreate()
I am not able to resolve the issue.
help appreciated.
.
- Prev by Date: Re: Start address of partition memory and acces to a partition memory
- Next by Date: Re: Start address of partition memory and acces to a partition memory
- Previous by thread: mDOC H3 driver
- Next by thread: Defination of bootpTagFind( )
- Index(es):