ts-7000
[Top] [All Lists]

[ts-7000] Re: test TS7300 DIO1 Header

To:
Subject: [ts-7000] Re: test TS7300 DIO1 Header
From: "suptouch" <>
Date: Fri, 29 Sep 2006 06:52:31 -0000
I've try to had the O_SYNC but nothing change the io stay in high
level like if the io es in input mode nevertheless, the dirction
register is correctly configured.

I've try the io in a module kernel, and the same io doesn't work !


--- In  "Matt Godbolt" <> wrote:
>
> 
> > This is my test program :
> > 
> > int main(int argc, char ** argv)
> > {
> >     volatile unsigned int * PBDR, *PBDDR, *PEDDR, *PEDR, 
> >                           *PFDDR,*PFDR,*PCDDR,*PCDR;
> > 
> >     unsigned char * start;
> >     
> >     int fd = open("/dev/mem", O_RDWR);
> >     start = mmap(0, getpagesize(), PROT_READ|PROT_WRITE,  
> >                 MAP_SHARED, fd,0x80840000);
> 
> Part of your issue might be that you're opening /dev/mem without the
> O_SYNC flag.  This means the kernel is at liberty to give you a
> pointer to cached memory, which might (at a push!) cause the kind of
> issues you're experiencing.  Worth giving it a go with O_RDWR|O_STAT
> anyway!
>







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
     
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU